REST.Backend.ServiceComponents.TCustomBackendAuth.ImportLogin
Delphi
procedure ImportLogin(const ALogin, APassword: string);
C++
void __fastcall ImportLogin(const System::UnicodeString ALogin, const System::UnicodeString APassword);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | REST.Backend.ServiceComponents.pas REST.Backend.ServiceComponents.hpp |
REST.Backend.ServiceComponents | TCustomBackendAuth |
Description
Imports authentication details previously exported with ExportLogin method.
When APassword is specified, then the string will be decrypted. After importing, the TCustomBackendAuth is logged in using the imported information.