method supabase.GoTrueClient.prototype.getUserRe-exportimport { supabase } from "https://deno.land/x/live@1.55.1/deps.ts"; const { GoTrueClient } = supabase; getUser(jwt?: string): Promise<UserResponse>Gets the current user details if there is an existing session. Gets the current user details if there is an existing session. Parametersoptionaljwt: stringTakes in an optional access token jwt. If no jwt is provided, getUser() will attempt to get the jwt from the current session. ReturnsPromise<UserResponse>