REST.Backend.ServiceComponents.TCustomBackendAuth.ImportLogin

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also