REST.Authenticator.OAuth.TOAuth2TokenType
Delphi
TOAuth2TokenType = (ttNONE, ttBEARER);
C++
enum class DECLSPEC_DENUM TOAuth2TokenType : unsigned char { ttNONE, ttBEARER };
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
enum | public | REST.Authenticator.OAuth.pas REST.Authenticator.OAuth.hpp |
REST.Authenticator.OAuth | REST.Authenticator.OAuth |
Description
Définit les différents types de token.
TOAuth2TokenType peut prendre les valeurs suivantes :
Valeur | Signification |
---|---|
|
Le token est vide. |
|
Toute partie possédant un token de porteur peut l'utiliser pour accéder aux ressources associées. |