IPWorks Auth 2020 Python Edition

Questions / Feedback?

password Property

The Time-Based One Time Password.

Syntax

def get_password() -> str: ...
def set_password(value: str) -> None: ...

password = property(get_password, set_password)

Default Value

""

Remarks

This property holds the Time-Based One Time Password. This property is populated after calling create_password. This property must be set before calling validate_password.

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