Module matrix_sdk::oidc::types::pkce
source · Available on crate feature
experimental-oidc
only.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.