vaultrs::auth::oidc

Function callback

source
pub async fn callback(
    client: &impl Client,
    mount: &str,
    state: &str,
    nonce: &str,
    code: &str,
) -> Result<AuthInfo, ClientError>
Expand description

Exchange an authorization code for an OIDC ID Token

See OIDCCallbackRequest