Default properties and methods of
the User prototype.
The built-in User prototype.
Normally, the User constructor is never called directly and the app.registerUser method is used instead to create new users. The User prototype inherits from HopObject and you can customize it by creating a User directory in your app, like you would for any other prototype that extends from HopObject.
Normally, the User constructor is never called directly and the app.registerUser method is used instead to create new users. The User prototype inherits from HopObject and you can customize it by creating a User directory in your app, like you would for any other prototype that extends from HopObject.
methods
- onLogout()
see
Methods
If defined, the onLogout handler is called when the user is logged out.
see