Expand description
PKCE code challenges.
Challenge is computed from the given string using the specified method:
Method::Plainuses the string as-is.Method::Sha256hashes the string with SHA-256 and encodes the result.
The string usually comes from the Verifier, which creates the appropriate
Challenge using the challenge method.
Structs§
- Challenge
- Represents PKCE code challenges.
Type Aliases§
- Parts
- Represents PKCE code challenge parts.