UNPKG

@bitwild/rockets-auth

Version:

Rockets Auth - Complete authentication and authorization solution for NestJS with JWT, OAuth, OTP, role-based access control, and more

5 lines 277 B
import { RuntimeException, RuntimeExceptionOptions } from '@concepta/nestjs-common'; export declare class RocketsAuthException extends RuntimeException { constructor(message: string, options?: RuntimeExceptionOptions); } //# sourceMappingURL=rockets-auth.exception.d.ts.map