AWSCognitoIdentityProviderForgetDeviceRequest
Objective-C
@interface AWSCognitoIdentityProviderForgetDeviceRequest
Swift
class AWSCognitoIdentityProviderForgetDeviceRequest
Represents the request to forget the device.
Required parameters: [DeviceKey]
-
The access token for the forgotten device request.
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 }