Table of Contents

Enum AuthenticationType

Namespace
Exiled.API.Enums
Assembly
Exiled.API.dll

Players authentication types.

public enum AuthenticationType
Extension Methods

Fields

Steam = 0

Indicates that the player has been authenticated through Steam.

Discord = 1

Indicates that the player has been authenticated through Discord.

Northwood = 2

Indicates that the player has been authenticated as a Northwood staff member.

Unknown = 3

Indicates that the player has been authenticated through an unknown provider.

LocalHost = 4

Indicates that the player has been authenticated as localhost.

DedicatedServer = 5

Indicates that the player has been authenticated as DedicatedServer.

Offline = 6

Indicates that the player has been authenticated during Offline mode.

See Also