refresh

Function refresh 

Source
pub async fn refresh(
    config: &OAuthConfig,
    refresh_token: &str,
    clock: &dyn Clock,
) -> Result<OAuthTokens, OAuthError>
Expand description

Refresh an expired access token using a refresh token.