method supabase.GoTrueClient.prototype._refreshSessionimport { supabase } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; const { GoTrueClient } = supabase; _refreshSession(currentSession?: { refresh_token: string; }): Promise<AuthResponse>ParametersoptionalcurrentSession: { refresh_token: string; }ReturnsPromise<AuthResponse>