REST.Authenticator.OAuth.TOAuth2ResponseType
Delphi
TOAuth2ResponseType = (
rtCODE,
rtTOKEN);
C++
enum class DECLSPEC_DENUM TOAuth2ResponseType : unsigned char { rtCODE, rtTOKEN };
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 réponse.
TOAuth2ResponseType peut prendre les valeurs suivantes :
Valeur | Signification |
---|---|
|
Flux de travail par défaut incluant l'authentification du client. |
|
Flux de travail implicite pour demander directement un token d'accès. |