REST.Backend.KinveyApi.TKinveyApi.TLogin.AuthToken

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AuthToken: string read FAuthToken;

C++

__property System::UnicodeString AuthToken = {read=FAuthToken};

Properties

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

Description

Stores the Kinvey login auth token.

The AuthToken property stores a string that contains the auth token returned by Kinvey at login and that the app can use in subsequent request for authentication.

See Also