pub async fn exchange_code_for_token(
config: &GitHubOAuthConfig,
code: &str,
) -> Result<String>Expand description
Exchange GitHub OAuth code for access token
pub async fn exchange_code_for_token(
config: &GitHubOAuthConfig,
code: &str,
) -> Result<String>Exchange GitHub OAuth code for access token