method supabase.GoTrueClient.prototype.exchangeCodeForSessionimport { supabase } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; const { GoTrueClient } = supabase; exchangeCodeForSession(authCode: string): Promise<AuthTokenResponse>Log in an existing user by exchanging an Auth Code issued during the PKCE flow. Log in an existing user by exchanging an Auth Code issued during the PKCE flow. ParametersauthCode: stringReturnsPromise<AuthTokenResponse>