pub async fn exchange_auth_code(
client_id: &str,
code: &str,
redirect_uri: &str,
code_verifier: &str,
) -> Result<StoredTokens, StartupError>Expand description
Exchange an authorization code for OAuth tokens.
pub async fn exchange_auth_code(
client_id: &str,
code: &str,
redirect_uri: &str,
code_verifier: &str,
) -> Result<StoredTokens, StartupError>Exchange an authorization code for OAuth tokens.