Skip to main content
Module

x/supabase/mod.ts>GoTrueApi#signUpWithPhone

An isomorphic Javascript client for Supabase.
Go to Latest
method GoTrueApi.prototype.signUpWithPhone
Re-export
import { GoTrueApi } from "https://deno.land/x/supabase@1.3.1/mod.ts";

Signs up a new user using their phone number and a password.

Parameters

phone: string

The phone number of the user.

password: string

The password of the user.

optional
options: { data?: Record<string, unknown>; } = [UNSUPPORTED]

Optional user metadata.

Returns

Promise<{ data: Session | User | null; error: ApiError | null; }>