Skip to main content

TCognitoIdentityProviderResendConfirmationCodeRequest

Class in AWS.CognitoIdentityProvider

ResendConfirmationCode request class.

Ancestors

Properties

AnalyticsMetadata

property AnalyticsMetadata: ICognitoIdentityProviderAnalyticsMetadataType

Type: ICognitoIdentityProviderAnalyticsMetadataType

ClientId

property ClientId: string

ClientMetadata

property ClientMetadata: TDictionary<string, string>

SecretHash

property SecretHash: string

UserContextData

property UserContextData: ICognitoIdentityProviderUserContextDataType

Type: ICognitoIdentityProviderUserContextDataType

Username

property Username: string

Constructors

Create

constructor Create(const AClientId, AUsername: string);

Constructor for TCognitoIdentityProviderResendConfirmationCodeRequest.

Parameters

NameDescription
AClientIdSpecify the ID of the client associated with the user pool.
AUsernameSpecify the username or alias of the user.