Skip to main content

exchange_code

Function exchange_code 

Source
pub async fn exchange_code(
    client: &Client,
    config: &OAuthConfig,
    pkce: &PkceState,
    code: &str,
) -> Result<TokenBundle, OAuthError>
Expand description

Exchange an authorization code for a token bundle.