Skip to main content
Module

x/live/deps.ts>supabase.AMREntry

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
interface supabase.AMREntry
import { type supabase } from "https://deno.land/x/live@1.63.12/deps.ts";
const { AMREntry } = supabase;

An authentication methord reference (AMR) entry.

An entry designates what method was used by the user to verify their identity and at what time.

Properties

method:
| "password"
| "otp"
| "oauth"
| "mfa/totp"
| string

Authentication method name.

timestamp: number

Timestamp when the method was successfully used. Represents number of seconds since 1st January 1970 (UNIX epoch) in UTC.