Global User Storage
Global userStorage API (Server-Side)
userStorage API (Server-Side)Primary Use Case
Available Functions
1. this.userStorage.write(name, value, expirationTimestamp, globalFlag)
this.userStorage.write(name, value, expirationTimestamp, globalFlag)Placeholder
Description
Type
Required
Example
2. this.userStorage.read(name, globalFlag)
this.userStorage.read(name, globalFlag)Placeholder
Description
Type
Required
Example
3. this.userStorage.delete(name, globalFlag)
this.userStorage.delete(name, globalFlag)Placeholder
Description
Type
Required
Example
✅ Best Practices
Summary
Last updated
Was this helpful?