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