SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

username Property

The connecting user's username (login name).

Syntax

def get_username() -> str: ...
def set_username(value: str) -> None: ...

username = property(get_username, set_username)

Default Value

""

Remarks

Assign the user's login name to this property. Use password to provide the password.

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