SecureBlackbox 2020 Node.js Edition

Questions / Feedback?

CustomParametersReceived Event

Passes custom request parameters to the application.

Syntax

dcauthwebserver.on('CustomParametersReceived', [callback])

Callback

The 'callback' is called when the 'CustomParametersReceived' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.connectionId
e.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 Node.js Edition - Version 20.0 [Build 8165]