Skip to content

ISimplePipelinePack.AuthenticationStateType ​

The authentication state of the connection.

Kind: Enum

Namespace: CrowdControl.Games.Packs

Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable

Public Attributes

AuthenticationStateType

None

No authentication state. (Disconnected)

AuthenticationStateType

WaitingForPrompt

Waiting for the login prompt.

AuthenticationStateType

PromptReceived

Login prompt received. Waiting for user credentials.

AuthenticationStateType

AuthenticationSent

Authentication key sent. Waiting for response.

AuthenticationStateType

AuthenticationReceived

Authentication key received.

AuthenticationStateType

BadPassword

Authentication error. Invalid credentials.

AuthenticationStateType

Error

Authentication error.

AuthenticationStateType

Connected

Authentication successful. Connected to the game.

Enums

ISimplePipelinePack.AuthenticationStateType

[None = 0, WaitingForPrompt = 1, PromptReceived = 2, AuthenticationSent = 3, AuthenticationReceived = 4, BadPassword = 5, Error = 6, Connected = 7]

The authentication state of the connection.