REST.Backend.KinveyApi.TKinveyApi.TLogin.AuthToken

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AuthToken: string read FAuthToken;

C++

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

Propriétés

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


Description

Stocke le token d'authentification de connexion à Kinvey.

La propriété AuthToken stocke une chaîne qui contient le token d'authentification renvoyé par Kinvey lors de la connexion et que l'app peut utiliser dans la demande d'authentification ultérieure.

Voir aussi