pub async fn complete_copilot_browser_oauth(
config: &CopilotOAuthConfig,
code_input: &str,
verifier: &str,
) -> Result<AuthCredential>Expand description
Complete the GitHub Copilot browser OAuth flow by exchanging the authorization code.