method supabase.GoTrueClient.prototype.getUserimport { supabase } from "https://dotland.deno.dev/x/live@1.63.12/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>