interface supabase.GoTrueAdminMFAApiimport { type supabase } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; const { GoTrueAdminMFAApi } = supabase; Contains the full multi-factor authentication administration API. MethodslistFactors(params: AuthMFAAdminListFactorsParams): Promise<AuthMFAAdminListFactorsResponse>Lists all factors associated to a user. deleteFactor(params: AuthMFAAdminDeleteFactorParams): Promise<AuthMFAAdminDeleteFactorResponse>Deletes a factor on a user. This will log the user out of all active sessions if the deleted factor was verified.