OAuthConstants Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Constantes utilisées dans le protocole OAuth
public ref class OAuthConstants abstract sealed
public static class OAuthConstants
type OAuthConstants = class
Public Class OAuthConstants
- Héritage
-
OAuthConstants
Champs
CodeChallengeKey |
code_challenge défini dans https://tools.ietf.org/html/rfc7636. |
CodeChallengeMethodKey |
code_challenge_method défini dans https://tools.ietf.org/html/rfc7636. |
CodeChallengeMethodS256 |
S256 défini dans https://tools.ietf.org/html/rfc7636. |
CodeVerifierKey |
code_verifier défini dans https://tools.ietf.org/html/rfc7636. |