EMS.ResourceAPI.TEndpointContext.TAuthenticate

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: enum
Visibility: public
Source:
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
Unit: EMS.ResourceAPI
Parent: TEndpointContext

Delphi

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

C++

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

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