AuthStatus Enumeration
Status flags for authentication.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
[FlagsAttribute]
public enum AuthStatus
<FlagsAttribute>
Public Enumeration AuthStatus
[FlagsAttribute]
public enum class AuthStatus
[<FlagsAttribute>]
type AuthStatus
SignedOut | 0 |
The user is signed out.
|
Offline | 1 |
Indicates that offline activation file is present and no connection to the target server will be established.
|
SignedIn | 2 |
The user is signed in, either online or offline.
|
WrongCredentials | 4 |
The supplied credentials are rejected by the target server.
Corresponds to Unauthorized or Forbidden.
|
Disconnected | 8 |
No connection can be established to the target server. Corresponds to HTTP status codes which are different
from OK, Unauthorized and Forbidden.
|