import { supabase } from "https://deno.land/x/live@1.53.6/deps.ts";
const { GoTrueClient } = supabase;
Log in a user given a User supplied OTP or TokenHash received through mobile or email.
Parameters
params: VerifyOtpParams
Returns
Promise<AuthResponse>