Discuss this help topic in SecureBlackbox Forum
This event is fired to report authorization attempt.
Declaration
[C#/Java]
event TSBGoogleAuthAttemptEvent OnAuthAttempt;
delegate void TSBGoogleAuthAttemptEvent(object Sender);
[VB.NET]
Event OnAuthAttempt As TSBGoogleAuthAttemptEvent
Delegate Sub TSBGoogleAuthAttemptEvent(ByVal Sender As Object)
[Pascal]
property OnAuthAttempt : TSBGoogleAuthAttemptEvent;
TSBGoogleAuthAttemptEvent = procedure (Sender : TObject) of object;
[C++]
void get_OnAuthAttempt(TSBGoogleAuthAttemptEvent &pMethodOutResult, void * &pDataOutResult);
void set_OnAuthAttempt(TSBGoogleAuthAttemptEvent pMethodValue, void * pDataValue);
typedef void (SB_CALLBACK *TSBGoogleAuthAttemptEvent)(void * _ObjectData, TObjectHandle Sender);
[PHP]
TSBGoogleAuthAttemptEvent|callable|NULL get_OnAuthAttempt()
void set_OnAuthAttempt(TSBGoogleAuthAttemptEvent|callable|NULL $Value)
callable TSBGoogleAuthAttemptEvent(TObject $Sender)
Description
This event is fired by TElGoogleDataStorage when an authorization attempt has been initiated.
Discuss this help topic in SecureBlackbox Forum