const accountName = await user.getAccountName(); const username = await user.getUsername(); const did = await user.getDid();
await user.logout();
Last updated 5 days ago