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

x/gotrue/src/index.ts>GoTrueApi#signInWithPhone

An isomorphic Javascript library for GoTrue.
Latest
method GoTrueApi.prototype.signInWithPhone
Re-export
import { GoTrueApi } from "https://deno.land/x/gotrue@3.0.0/src/index.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; }>