- Modules
- Authentication
- User Password Verifier
User Password Verifier
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.
Verify Password for User IDverify
Verify that the provided password matches the provided user ID. Errors on mismatch.
Add Password for Useradd
Register a new userID/password combination. Errors if user already has a password.
Update Password for Userupdate
Update a userID/password combination. Errors if user does not have a password.