IPWorks Auth 2020 Python Edition

Questions / Feedback?

validity_time Property

The validity time of the created password.

Syntax

def get_validity_time() -> int: ...

validity_time = property(get_validity_time, None)

Default Value

0

Remarks

This property returns the remaining validity time in seconds of the created password. After calling create_password this property may be queried to determine for how many more seconds the password will be valid. If the password is no longer valid this property returns 0.

This property is read-only.

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