public enum AuthState| NotConnected | 0 | Ready to login |
| DeviceApproval | 1 | Device Approval |
| TwoFactor | 2 | Two-Factor Authentication |
| Password | 3 | Master Password |
| SsoToken | 4 | SSO Login |
| SsoDataKey | 5 | SSO Approval |
| Connected | 6 | Login success |
| Error | 7 | Login failure |
| Restricted | 8 | Restricted Connection |