API:REST.Backend.EMSProvider.TEMSProvider.AppSecret

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AppSecret: string read GetAppSecret write SetAppSecret default 0;

C++

__property AppSecret = {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 access to certain authorized EMS Resource endpoints.

REST.Backend.EMSProvider.TEMSProvider.AppSecret inherits from REST.Backend.EMSProvider.TCustomEMSConnectionInfo.AppSecret. All content below this line refers to REST.Backend.EMSProvider.TCustomEMSConnectionInfo.AppSecret.

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 EMS Client Application.

See Also