OAuthConstants Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constants used in the OAuth protocol
public ref class OAuthConstants abstract sealed
public static class OAuthConstants
type OAuthConstants = class
Public Class OAuthConstants
- Inheritance
-
OAuthConstants
Fields
CodeChallengeKey |
code_challenge defined in https://tools.ietf.org/html/rfc7636. |
CodeChallengeMethodKey |
code_challenge_method defined in https://tools.ietf.org/html/rfc7636. |
CodeChallengeMethodS256 |
S256 defined in https://tools.ietf.org/html/rfc7636. |
CodeVerifierKey |
code_verifier defined in https://tools.ietf.org/html/rfc7636. |