MfaOption
Source: lyda-shared/src/Enums/MfaOption.ts
MfaOption
Type: enum
export enum MfaOption {
webauthn = "webauthn",
totp = "totp",
email = "email"
}
Source: lyda-shared/src/Enums/MfaOption.ts
Type: enum
export enum MfaOption {
webauthn = "webauthn",
totp = "totp",
email = "email"
}