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
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AUsername | Specify the Username of the user. |
ADeviceKey | Specify the device key. |