REST.Backend.MetaTypes.TBackendEntityValue.AuthToken

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property AuthToken: string read GetAuthToken;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
REST.Backend.MetaTypes.pas
REST.Backend.MetaTypes.hpp
REST.Backend.MetaTypes TBackendEntityValue


説明

ログイン成功後に REST サーバーから取得された認証トークン

関連項目