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.
pub async fn refresh(
config: &OAuthConfig,
refresh_token: &str,
clock: &dyn Clock,
) -> Result<OAuthTokens, OAuthError>Refresh an expired access token using a refresh token.