import { supabase } from "https://deno.land/x/deco@1.27.10/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>