Datasnap.DSProxyRest.GDSProxyRestSecurityToken
| [–] Properties | |
|---|---|
| Type: variable | |
| Visibility: public | |
| Source: Datasnap.DSProxyRest.pas Datasnap.DSProxyRest.hpp | |
| Unit: Datasnap.DSProxyRest | |
| Parent: Datasnap.DSProxyRest | |
Delphi
GDSProxyRestSecurityToken: string = ' ';
C++
extern DELPHI_PACKAGE System::UnicodeString GDSProxyRestSecurityToken;
Description
Global variable representing a DataSnap proxy REST security token.
The GDSProxyRestSecurityToken global variable is used to hold DataSnap proxy REST security tokens. By default, it is initialized with an empty string.
Note: An internal method sets its value.