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
SecuritySchemeDescription
The OpenAPI security scheme description.
public const string SecuritySchemeDescription = "API Key auth"
  Field Value
SecuritySchemeName
The OpenAPI security scheme name.
public const string SecuritySchemeName = "ApiKeyScheme"
  Field Value
SecuritySchemeReferenceId
The OpenAPI security scheme reference identifier.
public const string SecuritySchemeReferenceId = "ApiKey"