import { supabase } from "https://deno.land/x/live@1.53.6/deps.ts";
const { GoTrueClient } = supabase;
Log in an existing user via a third-party provider. This method supports the PKCE flow.
Parameters
credentials: SignInWithOAuthCredentials
Returns
Promise<OAuthResponse>