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.
pub async fn exchange_code(
client: &Client,
config: &OAuthConfig,
pkce: &PkceState,
code: &str,
) -> Result<TokenBundle, OAuthError>Exchange an authorization code for a token bundle.