Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/blocks/deps.ts>supabase.AuthImplicitGrantRedirectError

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
class supabase.AuthImplicitGrantRedirectError
import { supabase } from "https://deno.land/x/blocks@1.75.0/deps.ts";
const { AuthImplicitGrantRedirectError } = supabase;

Constructors

new
AuthImplicitGrantRedirectError(message: string, details?: { error: string; code: string; } | null)

Properties

details: { error: string; code: string; } | null

Methods

toJSON(): { name: string; message: string; status: number; details: { error: string; code: string; } | null; }