Class - UserLoginEvent
UserLoginEvent.username:string- The username for the login attemptUserLoginEvent.user_id:string- Set this to the ID of the user, if the login was successfulUserLoginEvent.reason:string- Sent to the client ifrejectwas trueUserLoginEvent.reject:bool- Whether to reject the login, for example invalid usernameUserLoginEvent.authenticated:bool- If the user was authenticated via the server. Can be overridden to force authentication.