Table of Contents

Class SwaggerGenOptionsExtensions

Namespace
FoundationaLLM.Common.Extensions
Assembly
FoundationaLLM.Common.dll

Extends the SwaggerGenOptions with common options used by the FoundationaLLM APIs.

public static class SwaggerGenOptionsExtensions
Inheritance
SwaggerGenOptionsExtensions
Inherited Members

Methods

AddAPIKeyAuth(SwaggerGenOptions)

Extension method that configures API Key auth for the APIs that use it.

public static void AddAPIKeyAuth(this SwaggerGenOptions options)

Parameters

options SwaggerGenOptions

The base options.