UNPKG

@enteocode/nestjs-mfa

Version:

Implementation agnostic RFC-compliant Multi-Factor Authentication (2FA/MFA) module for NestJS with recovery code support

10 lines (9 loc) 256 B
import { UnsupportedMediaTypeException } from '@nestjs/common'; /** * Should be thrown if QR code generation was called with a not-supported * format * * @public */ export declare class InvalidFormatException extends UnsupportedMediaTypeException { }