AuthStatus Enumeration

Status flags for authentication.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
[FlagsAttribute]
public enum AuthStatus

Members

SignedOut0 The user is signed out.
Offline1 Indicates that offline activation file is present and no connection to the target server will be established.
SignedIn2 The user is signed in, either online or offline.
WrongCredentials4 The supplied credentials are rejected by the target server. Corresponds to Unauthorized or Forbidden.
Disconnected8 No connection can be established to the target server. Corresponds to HTTP status codes which are different from OK, Unauthorized and Forbidden.

See Also