method supabase.AuthApiError.prototype.toJSONimport { supabase } from "https://deno.land/x/live@1.53.6/deps.ts"; const { AuthApiError } = supabase; toJSON(): { name: string; message: string; status: number; }Returns{ name: string; message: string; status: number; }