Table of Contents

Class Swagger

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

Common Swagger strings used throughout the FoundationaLLM infrastructure.

public static class Swagger
Inheritance
Swagger
Inherited Members

Fields

SecurityDefinitionName

The OpenAPI security definition name.

public const string SecurityDefinitionName = "ApiKey"

Field Value

string

SecuritySchemeDescription

The OpenAPI security scheme description.

public const string SecuritySchemeDescription = "API Key auth"

Field Value

string

SecuritySchemeName

The OpenAPI security scheme name.

public const string SecuritySchemeName = "ApiKeyScheme"

Field Value

string

SecuritySchemeReferenceId

The OpenAPI security scheme reference identifier.

public const string SecuritySchemeReferenceId = "ApiKey"

Field Value

string