interface AuthResetPasswordOutput<UserAttributeKey> {
    isPasswordReset: boolean;
    nextStep: AuthNextResetPasswordStep<UserAttributeKey>;
}

Type Parameters

Properties

isPasswordReset: boolean