AWSIoTTlsContext
Objective-C
@interface AWSIoTTlsContext
Swift
class AWSIoTTlsContext
Specifies the TLS context to use for the test authorizer request.
-
The value of the
serverNamekey in a TLS authorization request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable serverName;Swift
var serverName: String? { get set }
View on GitHub
Install in Dash
AWSIoTTlsContext Class Reference