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;
Description
This event is fired by TElGoogleDataStorage when an authorization attempt has been initiated.
Discuss this help topic in SecureBlackbox Forum