Module mas_oidc_client::types::pkce
Expand description
Types for the Proof Key for Code Exchange.
Structs§
- The code challenge data added to an authorization request.
- The code challenge data added to a token request.
Enums§
- Errors that can occur when verifying a code challenge.
Traits§
- Helper trait to compute and verify code challenges.