REST.Backend.EMSApi.TEMSClientAPI.LogoutUser

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

Delphi

procedure LogoutUser;

C++

void __fastcall LogoutUser();

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI


説明

EMS サーバーからログアウトします。

EMS サーバーからログアウトすると、ログイン時に取得した認証データは無効になります。無効になった認証データは、それ以降の要求ではもう使用できません。

例外

例外 メッセージ 説明

EEMSClientAPIError

MasterSecret が必要です

AuthenticationTAuthentication.MasterSecret で、ConnectionInfo.MasterSecret が空の文字列になっています。

セッション トークンが必要です

AuthenticationTAuthentication.Session で、かつ、ログインが行われなかったか、Login の呼び出し時に渡されたセッション認証トークンが空の文字列になっています。

関連項目