Skip to main content

MFAMethod

@quik/mfa


@quik/mfa / MFAMethod

Variable: MFAMethod

const MFAMethod: object

Defined in: mfa/src/MFAMethod.ts:1

Type Declaration

CODE

readonly CODE: "code" = "code"

EMAIL

readonly EMAIL: "email" = "email"

SMS

readonly SMS: "sms" = "sms"

TOTP

readonly TOTP: "totp" = "totp"

WHATSAPP

readonly WHATSAPP: "whatsapp" = "whatsapp"