Enum LoginStatus#
Defined in File CoreSDK.cs
Enum Documentation#
- enum xbe.sdk.LoginStatus#
Describes the various states of the user’s login with the cluster.
Values:
- NOT_LOGGED_IN#
The user is not currently logged in.
- LOGGING_IN#
A login attempt is currently pending.
- LOGGED_IN#
The user has successfully logged in to the cluster.
- LOGGED_IN_LOCAL#
The user has logged in using a local profile.
- REFUSED#
The login attempt failed.