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

x/blocks/deps.ts>supabase.AMREntry

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
interface supabase.AMREntry
import { type supabase } from "https://deno.land/x/blocks@1.75.0/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.