REST.Backend.EMSProvider.TCustomEMSConnectionInfo.AppSecret

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AppSecret: string read GetAppSecret write SetAppSecret;

C++

__property System::UnicodeString AppSecret = {read=GetAppSecret, write=SetAppSecret};

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TCustomEMSConnectionInfo

Description

Authorization key to have access to certain authorized EMS Resource endpoints.

AppSecret key authorizes any request to access any authorized EMS Resource endpoints from an RAD Server Client Application.

See Also