REST.Backend.ServiceComponents.TCustomBackendAuth.ImportLogin
Delphi
procedure ImportLogin(const ALogin, APassword: string);
C++
void __fastcall ImportLogin(const System::UnicodeString ALogin, const System::UnicodeString APassword);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
public | REST.Backend.ServiceComponents.pas REST.Backend.ServiceComponents.hpp |
REST.Backend.ServiceComponents | TCustomBackendAuth |
説明
以前に ExportLogin メソッドでエクスポートされた認証の詳細をインポートします。
APassword を指定すると、文字列が復号化されます。インポート後、TCustomBackendAuth はインポートされた情報を使用してログインします。