API:Datasnap.DSAuth.TDSAuthenticationManager.OnUserAuthenticate

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

Delphi

property OnUserAuthenticate: TDSAuthenticationEvent read GetOnUserAuthenticate write FOnUserAuthenticate;

C++

__property OnUserAuthenticate;

プロパティ

種類 可視性 ソース ユニット
event published
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSAuthenticationManager

説明

ユーザー認証を実施するためのイベントです。

Datasnap.DSAuth.TDSAuthenticationManager.OnUserAuthenticate は Datasnap.DSAuth.TDSCustomAuthenticationManager.OnUserAuthenticate を継承しています。以下の内容はすべて Datasnap.DSAuth.TDSCustomAuthenticationManager.OnUserAuthenticate を参照しています。

ユーザー認証を実施するためのイベントです。

OnUserAuthenticate は、ユーザー認証を実施するためのイベントを管理します。このイベントは TDSAuthenticationEvent 型で、ユーザーがサーバーへ接続しようとしたときに呼び出されます。REST クライアントについては、これが新しいセッションで呼び出しを行おうとしたときに起きます。

関連項目