Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/blocks/deps.ts>supabase.Factor

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