Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/live/deps.ts>supabase.GoTrueClient#reauthenticate

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
method supabase.GoTrueClient.prototype.reauthenticate
Re-export
import { supabase } from "https://deno.land/x/live@1.57.17/deps.ts";
const { GoTrueClient } = supabase;

Sends a reauthentication OTP to the user's email or phone number. Requires the user to be signed-in.

Returns

Promise<AuthResponse>