REST.Authenticator.OAuth.TOAuth2ResponseType

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

rtCODE

Flux de travail par défaut incluant l'authentification du client.

rtTOKEN

Flux de travail implicite pour demander directement un token d'accès.

Voir aussi