Table of Contents

Enum AuthenticationTypes

Namespace
FoundationaLLM.Common.Constants.Authentication
Assembly
FoundationaLLM.Common.dll

Authentication types for API Endpoints

public enum AuthenticationTypes
Extension Methods

Fields

APIKey = 1

API key authentication type.

AccountKey = 3

Account key authentication type.

AzureIdentity = 0

Azure managed identity authentication type.

ConnectionString = 2

Connection string authentication type.

Unknown = -1

Unknown authentication type.