UNPKG

@enteocode/nestjs-mfa

Version:

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

13 lines (12 loc) 216 B
/** * Supported formats for QR code generation * * @public */ export declare enum Format { AVIF = "image/avif", PNG = "image/png", JPG = "image/jpeg", GIF = "image/gif", WEBP = "image/webp" }