REST.Backend.EMSApi.TEMSClientAPI.TLogin

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

    TLogin = record
    private
      FAuthToken: string;
      FUser: TUser;
    public
      constructor Create(const AAuthToken: string; const AUser: TUser);
      property AuthToken: string read FAuthToken;
      property User: TUser read FUser;
    end;

C++

struct DECLSPEC_DRECORD TLogin
{
private:
    System::UnicodeString FAuthToken;
    TEMSClientAPI::TUser FUser;
public:
    __fastcall TLogin(const System::UnicodeString AAuthToken, const TEMSClientAPI::TUser &AUser);
    __property System::UnicodeString AuthToken = {read=FAuthToken};
    __property TEMSClientAPI::TUser User = {read=FUser};
    TLogin() {}
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !