SecureBlackbox 2020 PHP Edition

Questions / Feedback?

CustomParametersReceived Event

Passes custom request parameters to the application.

Object Oriented Interface

public function fireCustomParametersReceived($param);

Procedural Interface

secureblackbox_dcauth_register_callback($res, 1, array($this, 'fireCustomParametersReceived'));

Parameter List


'value'

Remarks

Subscribe to this event to access custom signing parameters supplied by the signer in their request. The Value string contains the parameters as included by the requestor.

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