Skip to main content

TCognitoIdentityProviderForgotPasswordRequest

Class in AWS.CognitoIdentityProvider

ForgotPassword 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 TCognitoIdentityProviderForgotPasswordRequest.

Parameters

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