IPWorks Auth 2020 Python Edition

Questions / Feedback?

require_password Property

Whether a Password is required to create the response.

Syntax

def get_require_password() -> bool: ...
def set_require_password(value: bool) -> None: ...

require_password = property(get_require_password, set_require_password)

Default Value

FALSE

Remarks

This property specifies whether a Password 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]