REST.Backend.EMSProvider.TEMSProvider.MasterSecret

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MasterSecret: string read GetMasterSecret write SetMasterSecret default 0;

C++

__property MasterSecret = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TEMSProvider

Description

Authorization key to have complete access to the EMS Server.

The MasterSecret key authorizes any request to have complete access over all EMS Resources and all EMS data that is stored in the EMS Database.

See Also