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
const accountName = await user.getAccountName();
const username = await user.getUsername();
const did = await user.getDid();
await user.logout();
Last updated