For the complete documentation index, see llms.txt. This page is also available as Markdown.

User Data and Logout

Accessing User Data

const accountName = await user.getAccountName();
const username = await user.getUsername();
const did = await user.getDid();

Logout

await user.logout();

Last updated