API:REST.Backend.ServiceComponents.TCustomBackendAuth.Login

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Login; overload;
procedure Login(const ALogin: TBackendEntityValue; const AJSON: TJSONObject); overload;

C++

void __fastcall Login()/* overload */;
void __fastcall Login(const Rest::Backend::Metatypes::TBackendEntityValue &ALogin, System::Json::TJSONObject* const AJSON)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TCustomBackendAuth

Description

Embarcadero Technologies does not currently have any additional information.