Skip to main content

refresh

Function refresh 

Source
pub async fn refresh(
    token_url: &str,
    client_id: &str,
    client_secret: &str,
    refresh_token: &str,
) -> Result<OAuthToken, OAuthError>
Expand description

Refresh an access token using a stored refresh token.