SignUpWithPasswordCredentials

import type { SignUpWithPasswordCredentials } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";
type SignUpWithPasswordCredentials = PasswordCredentialsBase & {
options?: {
emailRedirectTo?: string;
data?: object;
captchaToken?: string;
channel?: "sms" | "whatsapp";
}
;
}
;

§Type

§
PasswordCredentialsBase & {
options?: {
emailRedirectTo?: string;
data?: object;
captchaToken?: string;
channel?: "sms" | "whatsapp";
}
;
}
[src]