Skip to content

ISimplePipelinePack.LoginPromptType ​

The type of authentication used for the connection.

Kind: Enum

Namespace: CrowdControl.Games.Packs

Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable

Public Attributes

LoginPromptType

None

No authentication required.

LoginPromptType

Host

Host authentication required.

LoginPromptType

Port

Host authentication required.

LoginPromptType

Username

Username authentication required.

LoginPromptType

Password

Password authentication required.

LoginPromptType

PreferStored

Use stored credentials if available; otherwise, prompt for credentials.

Enums

ISimplePipelinePack.LoginPromptType

[None = 0, Host = 1, Port = 2, Username = 4, Password = 8, PreferStored = 128]

The type of authentication used for the connection.