Skip to main content
Module

x/live/deps.ts>supabase.Factor

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
interface supabase.Factor
import { type supabase } from "https://deno.land/x/live@1.63.12/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