AWSIoTTlsContext

Objective-C

@interface AWSIoTTlsContext

Swift

class AWSIoTTlsContext

Specifies the TLS context to use for the test authorizer request.

  • The value of the serverName key in a TLS authorization request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable serverName;

    Swift

    var serverName: String? { get set }