Skip to main content

refresh_token

Function refresh_token 

Source
pub async fn refresh_token(
    client: &Client,
    ep: &OAuthEndpoints,
    refresh_token: &str,
) -> Result<McpOAuthTokens>
Expand description

Exchange a refresh token for a new access token.