API:Datasnap.DSAuth.TDSAuthenticationManager.OnUserAuthorize

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property OnUserAuthorize;

C++

__property OnUserAuthorize;

Description

Event for performing user authorization.

Datasnap.DSAuth.TDSAuthenticationManager.OnUserAuthorize inherits from Datasnap.DSAuth.TDSCustomAuthenticationManager.OnUserAuthorize. All content below this line refers to Datasnap.DSAuth.TDSCustomAuthenticationManager.OnUserAuthorize.

Event for performing user authorization.

OnUserAuthorize manages an event for performing user authorization. The event is of type TDSAuthorizationEvent and is invoked whenever a user attempts to invoke a server method.

See Also