Enum AuthenticationType
Players authentication types.
Namespace: Exiled.API.Enums
Assembly: Exiled.API.dll
Syntax
public enum AuthenticationType
Fields
| Name | Description |
|---|---|
| DedicatedServer | Indicates that the player has been authenticated as DedicatedServer. |
| Discord | Indicates that the player has been authenticated through Discord. |
| LocalHost | Indicates that the player has been authenticated as localhost. |
| Northwood | Indicates that the player has been authenticated as a Northwood staff member. |
| Steam | Indicates that the player has been authenticated through Steam. |
| Unknown | Indicates that the player has been authenticated through an unknown provider. |