MqttContext
public struct MqttContext : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The value of the clientId key in an MQTT authorization request.
Declaration
Swift
public let clientId: String?
-
The value of the password key in an MQTT authorization request.
Declaration
Swift
public let password: Data?
-
The value of the username key in an MQTT authorization request.
Declaration
Swift
public let username: String?
-
Undocumented
Declaration
Swift
public init(clientId: String? = nil, password: Data? = nil, username: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws