Datasnap.DSAuth.TDSAuthenticationManager.OnUserAuthenticate
[–] Properties | |
---|---|
Type: event | |
Visibility: published | |
Source: Datasnap.DSAuth.pas Datasnap.DSAuth.hpp
| |
Unit: Datasnap.DSAuth | |
Parent: TDSAuthenticationManager |
Delphi
property OnUserAuthenticate;
C++
__property OnUserAuthenticate;
Description
Event for performing user authentication.
Datasnap.DSAuth.TDSAuthenticationManager.OnUserAuthenticate inherits from Datasnap.DSAuth.TDSCustomAuthenticationManager.OnUserAuthenticate. All content below this line refers to Datasnap.DSAuth.TDSCustomAuthenticationManager.OnUserAuthenticate.
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.