IPWorks Auth 2020 Python Edition

Questions / Feedback?

password Property

The password.

Syntax

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

password = property(get_password, set_password)

Default Value

""

Remarks

This property specifies the password.

If a password is required this must be set before calling calculate_response and verify_response. To determine if a password is required assign ocra_suite to the OCRA suite and check the value of require_password.

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