- Modules
- Security
- Tokens
Tokens
Public Scripts
Scripts that are accessible to game clients and can be called directly via the generated SDK endpoints.
No public scripts defined for this module.
Private Scripts
Scripts that are only accessible within the backend and cannot be called directly by game clients.
Create Tokencreate
Fetch Tokenfetch
Get a token by its ID.
Fetch by Tokenfetch_by_token
Get a token by its secret token.
Revoke Tokenrevoke
Revoke a token, preventing it from being used again.
Validate Tokenvalidate
Validate a token. Throws an error if the token is invalid.
Extend Tokenextend
Extend or remove the expiration date of a token. (Only works on valid tokens.)