OAuthConstants 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
OAuth 通訊協定中使用的常數
public ref class OAuthConstants abstract sealed
public static class OAuthConstants
type OAuthConstants = class
Public Class OAuthConstants
- 繼承
-
OAuthConstants
欄位
CodeChallengeKey |
中定義的 https://tools.ietf.org/html/rfc7636 code_challenge。 |
CodeChallengeMethodKey |
中定義的 https://tools.ietf.org/html/rfc7636 code_challenge_method。 |
CodeChallengeMethodS256 |
中 https://tools.ietf.org/html/rfc7636 定義的 S256。 |
CodeVerifierKey |
中定義的 https://tools.ietf.org/html/rfc7636 code_verifier。 |