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
| Name | Description |
|---|---|
AClientId | Specify the ID of the client associated with the user pool. |
AUsername | Specify the username or alias of the user. |