Expand description
PKCE code challenges.
Challenge
is computed from the given string using the specified method:
Method::Plain
uses the string as-is.Method::Sha256
hashes 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.