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
| Name | Description |
|---|---|
AKey | Specify a key for the value. |
AValue | Specify a value. |