Enum AuthenticationType
Players authentication types.
public enum AuthenticationType
- Extension Methods
Fields
Steam = 0Indicates that the player has been authenticated through Steam.
Discord = 1Indicates that the player has been authenticated through Discord.
Northwood = 2Indicates that the player has been authenticated as a Northwood staff member.
Unknown = 3Indicates that the player has been authenticated through an unknown provider.
LocalHost = 4Indicates that the player has been authenticated as localhost.
DedicatedServer = 5Indicates that the player has been authenticated as DedicatedServer.
Offline = 6Indicates that the player has been authenticated during Offline mode.