Function refresh_access_token
pub async fn refresh_access_token(
client: &Client,
token_url: &str,
client_id: &str,
refresh_token: &str,
scopes: &[String],
) -> Result<TokenSet, Error>Expand description
Refresh an existing access token using the standard refresh_token grant.