Skip to main content

TCognitoIdentityProviderConfirmDeviceRequest

Class in AWS.CognitoIdentityProvider

ConfirmDevice request class.

Ancestors

Properties

AccessToken

property AccessToken: string

DeviceKey

property DeviceKey: string

DeviceName

property DeviceName: string

DeviceSecretVerifierConfig

property DeviceSecretVerifierConfig: ICognitoIdentityProviderDeviceSecretVerifierConfigType

Type: ICognitoIdentityProviderDeviceSecretVerifierConfigType

Constructors

Create

constructor Create(const AAccessToken, ADeviceKey: string);

Constructor for TCognitoIdentityProviderConfirmDeviceRequest.

Parameters

NameDescription
AAccessTokenSpecify a valid access token issued to the user by Amazon Cognito.
ADeviceKeySpecify the device key.