Skip to main content

exchange_code

Function exchange_code 

Source
pub async fn exchange_code(
    env: Environment,
    oidc_client_id: &str,
    redirect_uri: &str,
    code: &str,
    code_verifier: &str,
) -> Result<TokenResponse, ErrorResponse>