interface supabase.AMREntryimport { type supabase } from "https://dotland.deno.dev/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. Propertiesmethod: | "password" | "otp" | "oauth" | "mfa/totp" | stringAuthentication method name. timestamp: numberTimestamp when the method was successfully used. Represents number of seconds since 1st January 1970 (UNIX epoch) in UTC.