Interface AuthSendUserAttributeVerificationCodeInput<UserAttributeKey, ServiceOptions>

Constructs a sendUserAttributeVerificationCode request.

Param: userAttributeKey

the user attribute key

Param: options

optional parameters for the Resend Attribute Code process such as the service options.

interface AuthSendUserAttributeVerificationCodeInput<UserAttributeKey, ServiceOptions> {
    options?: ServiceOptions;
    userAttributeKey: UserAttributeKey;
}

Type Parameters

Properties

options?: ServiceOptions
userAttributeKey: UserAttributeKey