Enum AuthMode
How the server authenticates itself at startup.
public enum AuthMode
Fields
Authenticated = 1Production: authenticate to the account services (OAuth) before becoming ready.
Offline = 0Development/local: skip server OAuth and become ready immediately.