UNPKG

aegis-auth

Version:

A credentials-based auth solution for Next.js (and other Node projects) with IP rate-limiting, account lockouts, and sessions in DB.

7 lines 257 B
import { ErrorCodes } from "../types/errorCodes"; export declare class ConfigurationError extends Error { status: number; code: ErrorCodes; constructor(message?: string, status?: number, code?: ErrorCodes); } //# sourceMappingURL=config.d.ts.map