class supabase.AuthPKCEGrantCodeExchangeError extends CustomAuthErrorimport { supabase } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; const { AuthPKCEGrantCodeExchangeError } = supabase; ConstructorsnewAuthPKCEGrantCodeExchangeError(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; }