IntelligenceX
Enum

EasyLoginMode

Namespace IntelligenceX.OpenAI
Assembly IntelligenceX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies which login mode to use for easy sessions.

Inheritance

  • Enum
  • EasyLoginMode

Values

public const EasyLoginMode ChatGpt #

Uses ChatGPT login flow.

Value: 0
public const EasyLoginMode ApiKey #

Uses API key authentication.

Value: 1
public const EasyLoginMode None #

Disables login.

Value: 2