SecureBlackbox 2020 PHP Edition

Questions / Feedback?

AuthAttemptStart Event

Signifies the start of an authentication attempt.

Object Oriented Interface

public function fireAuthAttemptStart($param);

Procedural Interface

secureblackbox_authenticator_register_callback($res, 2, array($this, 'fireAuthAttemptStart'));

Parameter List


'userid'
'authmethod'
'remainingauthmethods'

Remarks

This event reports the start of an atomic authentication step. The AuthMethod parameter contains the authentication method that has started. The following authentication methods are currently supported, but the application may define its own methods in AuthStart, and tune them up in CustomAuthStart:

  • password
  • otp-h
  • otp-t
  • dcauth
RemainingAuthMethods contains a list of authentication methods that will follow.

This event is thrown from StartAuth and ContinueAuth methods.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]