AWSIoTMqttContext
Objective-C
@interface AWSIoTMqttContext
Swift
class AWSIoTMqttContext
Specifies the MQTT context to use for the test authorizer request
-
The value of the
clientId
key in an MQTT authorization request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientId;
Swift
var clientId: String? { get set }
-
The value of the
password
key in an MQTT authorization request.Declaration
Objective-C
@property (nonatomic, strong) NSData *_Nullable password;
Swift
var password: Data? { get set }
-
The value of the
username
key in an MQTT authorization request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable username;
Swift
var username: String? { get set }