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

x/blocks/deps.ts>supabase.SignUpWithPasswordCredentials

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
type alias supabase.SignUpWithPasswordCredentials
import { type supabase } from "https://deno.land/x/blocks@1.75.0/deps.ts";
const { SignUpWithPasswordCredentials } = supabase;
definition: { email: string; password: string; options?: { emailRedirectTo?: string; data?: object; captchaToken?: string; }; } | { phone: string; password: string; options?: { data?: object; captchaToken?: string; channel?: "sms" | "whatsapp"; }; }