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) 267 B
import { PreconditionFailedException } from '@nestjs/common'; /** * Should be thrown if Multi-Factor Authentication is not enabled * for the given user * * @public */ export declare class AuthenticationNotEnabledException extends PreconditionFailedException { }