AWSEC2DeviceOptions
Objective-C
@interface AWSEC2DeviceOptions
Swift
class AWSEC2DeviceOptions
Describes the options for an Amazon Web Services Verified Access device-identity based trust provider.
-
The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable publicSigningKeyUrl;
Swift
var publicSigningKeyUrl: String? { get set }
-
The ID of the tenant application with the device-identity provider.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable tenantId;
Swift
var tenantId: String? { get set }