Skip to main content

refresh_access_token

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>
Expand description

Refresh an existing access token using the standard refresh_token grant.