Datasnap.DSAuth.TDSCustomAuthenticationManager.OnUserAuthenticate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnUserAuthenticate: TDSAuthenticationEvent read GetOnUserAuthenticate  write FOnUserAuthenticate;

C++

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

Properties

Type Visibility Source Unit Parent
event public
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSCustomAuthenticationManager

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