Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deco/deps.ts>supabase.Factor

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Go to Latest
interface supabase.Factor
import { type supabase } from "https://deno.land/x/deco@1.35.3/deps.ts";
const { Factor } = supabase;

A MFA factor.

Properties

id: string

ID of the factor.

optional
friendly_name: string

Friendly name of the factor, useful to disambiguate between multiple factors.

factor_type: "totp" | string

Type of factor. Only totp supported with this version but may change in future versions.

status: "verified" | "unverified"

Factor's status.

created_at: string
updated_at: string