2024-03-11 13:30:11 -04:00

5 lines
74 B
TypeScript

export enum TwoFactorType {
PASSKEY = "passkey",
TOTP = "totp",
}