REST.Authenticator.OAuth.TOAuth2Authenticator.TLoginEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TLoginEvent = procedure (AAuthenticator: TOAuth2Authenticator; var ALogged: Boolean) of object;

C++

typedef void __fastcall (__closure *TLoginEvent)(TOAuth2Authenticator* AAuthenticator, bool &ALogged);

Properties

Type Visibility Source Unit Parent
type
typedef
public
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth TOAuth2Authenticator

Description

Embarcadero Technologies does not currently have any additional information.