Datasnap.DSAuth.TDSCustomAuthenticationManager.OnUserAuthenticate

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: public
Source:
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Unit: Datasnap.DSAuth
Parent: TDSCustomAuthenticationManager

Delphi

property OnUserAuthenticate: TDSAuthenticationEvent read GetOnUserAuthenticate  write FOnUserAuthenticate;

C++

__property TDSAuthenticationEvent OnUserAuthenticate = {read=GetOnUserAuthenticate, write=FOnUserAuthenticate};

Description

Event for performing user authentication.

OnUserAuthenticate manages an event for performing user authentication. The event is of type TDSAuthenticationEvent and is invoked whenever a user attempts to connect to the server. For REST clients, this happens as an invocation is attempted with a new session.

See Also