import { supabase } from "https://deno.land/x/live@1.53.6/deps.ts";
const { GoTrueClient } = supabase;
Log in an existing user by exchanging an Auth Code issued during the PKCE flow.
Returns
Promise<AuthTokenResponse>
x/live/deps.ts>supabase.GoTrueClient#exchangeCodeForSession
import { supabase } from "https://deno.land/x/live@1.53.6/deps.ts";
const { GoTrueClient } = supabase;
Log in an existing user by exchanging an Auth Code issued during the PKCE flow.