Skip to main content

TCognitoIdentityProviderAdminForgetDeviceRequest

Class in AWS.CognitoIdentityProvider

AdminForgetDevice request class.

Ancestors

Properties

DeviceKey

property DeviceKey: string

Username

property Username: string

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId, AUsername, ADeviceKey: string);

Constructor for TCognitoIdentityProviderAdminForgetDeviceRequest.

Parameters

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AUsernameSpecify the Username of the user.
ADeviceKeySpecify the device key.