class supabase.AuthImplicitGrantRedirectError extends CustomAuthErrorimport { supabase } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; const { AuthImplicitGrantRedirectError } = supabase; ConstructorsnewAuthImplicitGrantRedirectError(message: string, details?: { error: string; code: string; } | null)Propertiesdetails: { error: string; code: string; } | nullMethodstoJSON(): { name: string; message: string; status: number; details: { error: string; code: string; } | null; }