REST.Backend.KinveyApi.TKinveyApi.TLogin.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AAuthToken: string; const AUser: TUser);

C++

__fastcall TLogin(const System::UnicodeString AAuthToken, const TKinveyApi::TUser &AUser);
TLogin() {}

Properties

Type Visibility Source Unit Parent
constructor public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TLogin

Description

Constructor to create a TLogin record type.

The Create constructor takes the AAuthToken and AUser parameters and assigns these values to the AuthToken and User properties, respectively.

See Also