getUser()
Get details of an authenticated user
Parameters
None
Examples
const app = await assetlayer.users.getUser();
Return Types
type ReturnType = User;
Last updated
Get details of an authenticated user
None
const app = await assetlayer.users.getUser();
type ReturnType = User;
Last updated