Skip to main content

ICognitoIdentityProviderAdminConfirmSignUpRequest

Interface in AWS.CognitoIdentityProvider

Interface for AdminConfirmSignUp requests.

Ancestors

Properties

ClientMetadata

property ClientMetadata: TDictionary<string, string>

Specifies a map of key-value pairs that you can provide as input for any custom workflows that this action triggers.

Use AddClientMetadata to populate values.

Username

property Username: string

Specify the Username of the user.

UserPoolId

property UserPoolId: string

Specify the ID of the user pool.

Methods

AddClientMetadata

procedure AddClientMetadata(const AKey, AValue: string);

Add a key-value pair to ClientMetadata.

Parameters

NameDescription
AKeySpecify a key for the value.
AValueSpecify a value.