SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_custom_parameters_received Event

Passes custom request parameters to the application.

Syntax

class DCAuthCustomParametersReceivedEventParams(object):
  @property
  def value() -> str: ...

# In class DCAuth:
@property
def on_custom_parameters_received() -> Callable[[DCAuthCustomParametersReceivedEventParams], None]: ...
@on_custom_parameters_received.setter
def on_custom_parameters_received(event_hook: Callable[[DCAuthCustomParametersReceivedEventParams], None]) -> None: ...

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 Python Edition - Version 20.0 [Build 8154]