SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ParameterReceived Event

Passes a standard request parameter to the user code.

Object Oriented Interface

public function fireParameterReceived($param);

Procedural Interface

secureblackbox_dcauthwebserver_register_callback($res, 13, array($this, 'fireParameterReceived'));

Parameter List


'connectionid'
'name'
'value'

Remarks

This event is fired when one of 'standard' protocol parameters has been found in the request:

  • SessionID
  • DataURL
  • GoURL
  • Token
  • PKCS11Libraries
  • AllowFileStorage
  • AllowTokenStorage
  • AllowWindowsStorage
  • AllowOSStorage
Parameters are reported one-by-one upon being processed.

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