OAuthCodeChallengeMethod
Represents an OAuth code challenge method that the OAuth server will use to verify the code challenge.
Inheritors
Types
Link copied to clipboard
The "plain" code challenge method, which does not apply any transformation to the code verifier. This is not secure and is generally not recommended for production use.
Link copied to clipboard
The "S256" code challenge method, which applies SHA-256 hashing to the code verifier. This must be supported by all clients and Authorization Servers; see RFC 7636 for details.