const account = await getUserAccount();
const getUserAccount: PortalFunction<UserAccount>
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gets the signed-in account from the mounted Portal host.
const account = await getUserAccount();
const getUserAccount: PortalFunction<UserAccount>