Skip to main content

complete_copilot_browser_oauth

Function complete_copilot_browser_oauth 

Source
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.