Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deco/deps.ts>supabase.SignInWithPasswordCredentials

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
type alias supabase.SignInWithPasswordCredentials
import { type supabase } from "https://deno.land/x/deco@1.59.1/deps.ts";
const { SignInWithPasswordCredentials } = supabase;
definition: { email: string; password: string; options?: { captchaToken?: string; }; } | { phone: string; password: string; options?: { data?: object; captchaToken?: string; }; }