REST.Backend.ServiceComponents.TCustomBackendAuth.ImportLogin

提供: RAD Studio API Documentation
移動先: 案内検索

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 はインポートされた情報を使用してログインします。

関連項目