OAuthConstants クラス

定義

OAuth プロトコルで使用される定数

public ref class OAuthConstants abstract sealed
public static class OAuthConstants
type OAuthConstants = class
Public Class OAuthConstants
継承
OAuthConstants

フィールド

CodeChallengeKey

code_challenge で https://tools.ietf.org/html/rfc7636定義されています。

CodeChallengeMethodKey

code_challenge_method で https://tools.ietf.org/html/rfc7636定義されています。

CodeChallengeMethodS256

で定義された https://tools.ietf.org/html/rfc7636S256。

CodeVerifierKey

code_verifier で https://tools.ietf.org/html/rfc7636定義されています。

適用対象