pub async fn complete_openai_codex_oauth(
code_input: &str,
verifier: &str,
) -> Result<AuthCredential>Expand description
Complete OpenAI Codex OAuth by exchanging an authorization code for access/refresh tokens.
pub async fn complete_openai_codex_oauth(
code_input: &str,
verifier: &str,
) -> Result<AuthCredential>Complete OpenAI Codex OAuth by exchanging an authorization code for access/refresh tokens.