Supported PKCE (Proof Key for Code Exchange) code challenge methods.
PKCE protects authorization code flows by binding the authorization request to the token exchange using a cryptographic verifier.
Uses the code verifier directly as the challenge. Not recommended for production use.
Uses a SHA-256 hash of the code verifier.
Supported PKCE (Proof Key for Code Exchange) code challenge methods.
PKCE protects authorization code flows by binding the authorization request to the token exchange using a cryptographic verifier.