IPWorks IoT 2020 Python Edition

Questions / Feedback?

password Property

A password if authentication is to be used.

Syntax

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

password = property(get_password, set_password)

Default Value

""

Remarks

This property can be set to a password if authentication is to be used.

In MQTT 3.1.1, while a user may be specified without a password, setting a password without a user is not supported; attempting to do so will cause the server to reject the connection attempt.

In MQTT 5, a password may be set without a user, allowing the field to be used for credentials other than a password.

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