Login Events
There are only two states of login events: Pass and Fail.
| Event | Description |
|---|---|
| onLogin | When user has successfully completed the login process. |
| onLoginError | If an error occurs. |
| onClose | When popup window is closed. It doesn’t depend on login outcome and will be invoked at the end of successful and error result. |