REST.Backend.ServiceComponents.TCustomBackendAuth.LoggedInValue

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

Delphi

property LoggedInValue: TBackendEntityValue read FLoggedInValue;

C++

__property Rest::Backend::Metatypes::TBackendEntityValue LoggedInValue = {read=FLoggedInValue};

プロパティ

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


説明

現在の REST サーバー セッションの情報を返します(例: AuthTokenExpiresAt)。

関連項目