azalea_auth

Function refresh_ms_auth_token

Source
pub async fn refresh_ms_auth_token(
    client: &Client,
    refresh_token: &str,
    client_id: Option<&str>,
    scope: Option<&str>,
) -> Result<ExpiringValue<AccessTokenResponse>, RefreshMicrosoftAuthTokenError>