AWSCognitoIdentityProviderConfirmDeviceRequest
Objective-C
@interface AWSCognitoIdentityProviderConfirmDeviceRequest
Swift
class AWSCognitoIdentityProviderConfirmDeviceRequest
Confirms the device request.
Required parameters: [AccessToken, DeviceKey]
-
A valid access token that Amazon Cognito issued to the user whose device you want to confirm.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable accessToken;
Swift
var accessToken: String? { get set }
-
The device key.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deviceKey;
Swift
var deviceKey: String? { get set }
-
The device name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deviceName;
Swift
var deviceName: String? { get set }
-
The configuration of the device secret verifier.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderDeviceSecretVerifierConfigType *_Nullable deviceSecretVerifierConfig;
Swift
var deviceSecretVerifierConfig: AWSCognitoIdentityProviderDeviceSecretVerifierConfigType? { get set }