IPWorks Auth 2020 Python Edition

Questions / Feedback?

require_time_stamp Property

Whether a TimeStamp is required to create the response.

Syntax

def get_require_time_stamp() -> bool: ...
def set_require_time_stamp(value: bool) -> None: ...

require_time_stamp = property(get_require_time_stamp, set_require_time_stamp)

Default Value

FALSE

Remarks

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

The class will automatically use the current system time when calling calculate_response and verify_response if this property is True. The CurrentTime setting may be set to specify the time instead of using the system time.

The following settings are also applicable when this value is True:

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