Datasnap.DSAuth.TDSAuthenticationManager.OnUserAuthenticate

From RAD Studio API Documentation

Delphi

property OnUserAuthenticate: TDSAuthenticationEvent read GetOnUserAuthenticate write FOnUserAuthenticate;

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. {{#multireplace:Datasnap.DSAuth.TDSAuthenticationManager.OnUserAuthenticate|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Datasnap.DSAuth.TDSCustomAuthenticationManager.OnUserAuthenticate|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Datasnap.DSAuth.TDSCustomAuthenticationManager.OnUserAuthenticate|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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