Skip to main content

ICognitoIdentityProviderGetUserAttributeVerificationCodeRequest

Interface in AWS.CognitoIdentityProvider

Interface for GetUserAttributeVerificationCode requests.

Ancestors

Properties

AccessToken

property AccessToken: string

Specify a valid access token that Amazon Cognito issued to the user whose attribute verification code you want to generate.

AttributeName

property AttributeName: string

Specify the name of the attribute.

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.

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.