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.

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

See Also