import { type supabase } from "https://deno.land/x/live@1.53.6/deps.ts";
const { GoTrueAdminMFAApi } = supabase;
Contains the full multi-factor authentication administration API.
Methods
listFactors(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.