IntelligenceX

API Reference

Enum

GitHubCredentialSource

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

Identifies where the tray resolved GitHub credentials from.

Inheritance

  • Enum
  • GitHubCredentialSource

Values

public const GitHubCredentialSource None #

No GitHub credential source was available.

Value: 0
public const GitHubCredentialSource Environment #

The token came from environment variables.

Value: 1
public const GitHubCredentialSource GitHubCli #

The token came from an existing local GitHub CLI login.

Value: 2