REST.Backend.EMSApi.TEMSClientAPI.THeaderNames
Delphi
    THeaderNames = record
    public const
      ApiVersion = 'X-Embarcadero-Api-Version';
      ApplicationId = 'X-Embarcadero-Application-Id';
      SessionToken = 'X-Embarcadero-Session-Token';
      MasterSecret = 'X-Embarcadero-Master-Secret';
      AppSecret = 'X-Embarcadero-App-Secret';
      TenantId = 'X-Embarcadero-Tenant-Id';
      TenantSecret = 'X-Embarcadero-Tenant-Secret';
    end;
C++
struct DECLSPEC_DRECORD THeaderNames
{
public:
    #define TEMSClientAPI_THeaderNames_ApiVersion L"X-Embarcadero-Api-Version"
    #define TEMSClientAPI_THeaderNames_ApplicationId L"X-Embarcadero-Application-Id"
    #define TEMSClientAPI_THeaderNames_SessionToken L"X-Embarcadero-Session-Token"
    #define TEMSClientAPI_THeaderNames_MasterSecret L"X-Embarcadero-Master-Secret"
    #define TEMSClientAPI_THeaderNames_AppSecret L"X-Embarcadero-App-Secret"
    #define TEMSClientAPI_THeaderNames_TenantId L"X-Embarcadero-Tenant-Id"
    #define TEMSClientAPI_THeaderNames_TenantSecret L"X-Embarcadero-Tenant-Secret"
};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| record struct | public | REST.Backend.EMSApi.pas REST.Backend.EMSApi.hpp | REST.Backend.EMSApi | TEMSClientAPI | 
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!