Skip to main content
Module

x/supabase/mod.ts>GoTrueApi#signInWithPhone

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

Logs in an existing user using their phone number and password.

Parameters

phone: string

The phone number of the user.

password: string

The password of the user.

Returns

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