EMS.ResourceAPI.TEndpointContext.TAuthenticate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAuthenticate = (MasterSecret, AppSecret, User, Tenant);

C++

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

Properties

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

Description

Type of authentication.

The following types of authentication exist:

Value Description
AppSecret Authentication using an application secret.
MasterSecret Authentication using a master secret.
User Authentication using user credentials.

See Also