OAuthConstants Class

Definition

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.

Applies to