SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

req_params_password Property

Assign this property with the user's password.

Syntax

def get_req_params_password() -> str: ...
def set_req_params_password(value: str) -> None: ...

req_params_password = property(get_req_params_password, set_req_params_password)

Default Value

""

Remarks

Assign this property with the user's password.

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