method GoTrueApi.prototype.getUserRe-exportimport { GoTrueApi } from "https://deno.land/x/gotrue@3.0.0/src/index.ts"; getUser(jwt: string): Promise<{ user: User | null; data: User | null; error: ApiError | null; }>Gets the user details. Parametersjwt: stringA valid, logged-in JWT. ReturnsPromise<{ user: User | null; data: User | null; error: ApiError | null; }>