Module pkce

Source
Available on crate feature experimental-oidc only.
Expand description

Structs§

AuthorizationRequest
The code challenge data added to an authorization request.
TokenRequest
The code challenge data added to a token request.

Enums§

CodeChallengeError
Errors that can occur when verifying a code challenge.

Traits§

CodeChallengeMethodExt
Helper trait to compute and verify code challenges.