Skip to main content

refresh_token

Function refresh_token 

Source
pub async fn refresh_token(
    client_id: &str,
    client_secret: &str,
    refresh_token: &str,
) -> Result<AuthorizationTokens>