SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

password Property

Specifies user's password on the server.

Syntax

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

password = property(get_password, set_password)

Default Value

""

Remarks

Invalid password fires the on_auth_failed event.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Python Edition - Version 20.0 [Build 8166]