interface AuthConfirmUserAttributeInput<UserAttributeKey> {
    confirmationCode: string;
    userAttributeKey: UserAttributeKey;
}

Type Parameters

Properties

confirmationCode: string
userAttributeKey: UserAttributeKey