The OAuth2 PKCE code_challenge_method. It is used in the OAuth 2.0 authorization process to specify the method by which a code_verifier is transformed into a code_challenge during the Proof Key for Code Exchange (PKCE) flow.

Enumeration Members

Enumeration Members

S256: "S256"

The S256 code challenge method.