Datasnap.DSAuth.TDSAuthenticationManager.OnUserAuthenticate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnUserAuthenticate;

C++

__property OnUserAuthenticate;

Properties

Type Visibility Source Unit Parent
event published
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSAuthenticationManager

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.

See Also