API:REST.Backend.ServiceTypes.IBackendAuthApi.LoginUser

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

Delphi

procedure LoginUser(const AUserName, APassword: string; AProc: TFindObjectProc); overload;
procedure LoginUser(const AUserName, APassword: string; out AUser: TBackendEntityValue; const AJSON: TJSONArray); overload;

C++

virtual void __fastcall LoginUser(const System::UnicodeString AUserName, const System::UnicodeString APassword, _di_TFindObjectProc AProc) = 0 /* overload */;
virtual void __fastcall LoginUser(const System::UnicodeString AUserName, const System::UnicodeString APassword, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &AUser, System::Json::TJSONArray* const AJSON) = 0 /* overload */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes IBackendAuthApi

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。