AuthMFAVerifyResponse
import type { AuthMFAVerifyResponse } from "https://esm.sh/@supabase/supabase-js@2.89.0/dist/index.d.mts";Response type for MFA verification operations. Returns session tokens on successful verification.
type AuthMFAVerifyResponse = RequestResult<AuthMFAVerifyResponseData>;