AWSCognitoIdentityProviderUpdateDeviceStatusRequest
Objective-C
@interface AWSCognitoIdentityProviderUpdateDeviceStatusRequest
Swift
class AWSCognitoIdentityProviderUpdateDeviceStatusRequest
Represents the request to update the device status.
Required parameters: [AccessToken, DeviceKey]
-
A valid access token that Amazon Cognito issued to the user whose device status you want to update.
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 status of whether a device is remembered.
Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityProviderDeviceRememberedStatusType deviceRememberedStatus;
Swift
var deviceRememberedStatus: AWSCognitoIdentityProviderDeviceRememberedStatusType { get set }