MFAMethod
Package: @nauth-toolkit/core
Type: Enum (+ related types)
- NestJS
- Express
- Fastify
import { MFAMethod, MFADeviceMethod, MFAVerificationMethod, MFADeviceMethods } from '@nauth-toolkit/nestjs';
import { MFAMethod, MFADeviceMethod, MFAVerificationMethod, MFADeviceMethods } from '@nauth-toolkit/core';
import { MFAMethod, MFADeviceMethod, MFAVerificationMethod, MFADeviceMethods } from '@nauth-toolkit/core';
MFAMethod values
| Name | Value |
|---|---|
TOTP | totp |
SMS | sms |
EMAIL | email |
PASSKEY | passkey |
BACKUP | backup |
Related types
| Type | Definition |
|---|---|
MFADeviceMethod | MFAMethod.TOTP | MFAMethod.SMS | MFAMethod.EMAIL | MFAMethod.PASSKEY |
MFAVerificationMethod | MFADeviceMethod | MFAMethod.BACKUP |
MFADeviceMethods | readonly MFADeviceMethod[] |
Related
- MFAService - MFA API
- MFA Overview - MFA modules