IPWorks Auth 2020 Python Edition

Questions / Feedback?

require_counter Property

Whether a Counter value is required to create the response.

Syntax

def get_require_counter() -> bool: ...
def set_require_counter(value: bool) -> None: ...

require_counter = property(get_require_counter, set_require_counter)

Default Value

FALSE

Remarks

This property specifies whether a Counter value is required to create the response.

This may be set before calling create_challenge, when the ocra_suite is generated.

When ocra_suite is assigned this value is updated to reflect the options specified in the ocra_suite

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