Class MqttAuthentication
Authentication settings of the MQTT broker
[DataContract]
public class MqttAuthentication
- Inheritance
-
MqttAuthentication
- Inherited Members
Properties
UserName
UserName
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "userName")]
public string UserName { get; set; }