/n software 3-D Secure V2 Python Edition

Questions / Feedback?

oob_continuation_indicator Property

OOB continuation indicator.

Syntax

def get_oob_continuation_indicator() -> bool: ...
def set_oob_continuation_indicator(value: bool) -> None: ...

oob_continuation_indicator = property(get_oob_continuation_indicator, set_oob_continuation_indicator)

Default Value

FALSE

Remarks

An indicator notifying the ACS that the cardholder has completed the authentication as requested by selecting the continue button in an out-of-band (OOB) authentication method. This is exclusive to the app flow and required when the acsui_type is set to OOB when the user has selected the continue option on the device.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Python Edition - Version 2.2 [Build 8318]