Function verify_token_pkce

Source
pub fn verify_token_pkce(
    client: &OAuthClient,
    stored_challenge: Option<&str>,
    stored_method: Option<PkceMethod>,
    provided_verifier: Option<&str>,
) -> Result<(), ControllerError>
Expand description

Verify PKCE bindings during /token.