method supabase.GoTrueClient.prototype.reauthenticateimport { supabase } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; const { GoTrueClient } = supabase; reauthenticate(): Promise<AuthResponse>Sends a reauthentication OTP to the user's email or phone number. Requires the user to be signed-in. Sends a reauthentication OTP to the user's email or phone number. Requires the user to be signed-in. ReturnsPromise<AuthResponse>