AWSCognitoIdentityProviderForgetDeviceRequest

Objective-C

@interface AWSCognitoIdentityProviderForgetDeviceRequest

Swift

class AWSCognitoIdentityProviderForgetDeviceRequest

Represents the request to forget the device.

Required parameters: [DeviceKey]

  • A valid access token that Amazon Cognito issued to the user whose registered device you want to forget.

    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 }