EMS.ResourceAPI.TEndpointContext.TAuthenticate

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TAuthenticate = (MasterSecret, AppSecret, User);

C++

enum class DECLSPEC_DENUM TAuthenticate : unsigned char { MasterSecret, AppSecret, User };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointContext


Description

Type d'authentification.

Les types d'authentification suivants existent :

Valeur Description
AppSecret Authentification à l'aide d'un secret d'application (app secret).
MasterSecret Authentification à l'aide d'un secret maître (master secret).
User Authentification à l'aide des informations d'identification de l'utilisateur.

Voir aussi