SecureBlackbox 2020 Node.js Edition

Questions / Feedback?

ParameterReceived Event

Passes a standard request parameter to the user code.

Syntax

dcauth.on('ParameterReceived', [callback])

Callback

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

function(e){ }

The argument 'e' has the following properties:

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