SecureBlackbox 2020 Python Edition

Questions / Feedback?

password Property

The connecting user's authentication password.

Syntax

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

password = property(get_password, set_password)

Default Value

""

Remarks

Assign the user's authentication password to this property. Use username for username/login. The Username and Password properties are used only when grant_type is oauthPasswordCredentials.

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