IPWorks Auth 2020 Python Edition

Questions / Feedback?

ocra_suite Property

The OCRASuite defines parameters about the challenge and response.

Syntax

def get_ocra_suite() -> str: ...
def set_ocra_suite(value: str) -> None: ...

ocra_suite = property(get_ocra_suite, set_ocra_suite)

Default Value

""

Remarks

This property holds the OCRASuite value which defines parameters about the challenge and response.

This property will be populated after calling create_challenge. This property must be set before calling calculate_response or verify_response.

When calling create_challenge the following properties will be used to create the OCRASuite:

When this property is set the value is parsed and the above properties are populated to reflect the requirements defined by the OCRASuite.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Python Edition - Version 20.0 [Build 8155]