import { supabase } from "https://deno.land/x/live@1.53.6/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>
x/live/deps.ts>supabase.GoTrueClient#reauthenticate
import { supabase } from "https://deno.land/x/live@1.53.6/deps.ts";
const { GoTrueClient } = supabase;
Sends a reauthentication OTP to the user's email or phone number. Requires the user to be signed-in.