3 references to McpApiKeyAuthenticationHandlerOptions
Aspire.Dashboard (3)
DashboardWebApplication.cs (1)
701
.AddScheme<
McpApiKeyAuthenticationHandlerOptions
, McpApiKeyAuthenticationHandler>(McpApiKeyAuthenticationHandler.AuthenticationScheme, o => { })
Mcp\McpApiKeyAuthenticationHandler.cs (2)
11
public class McpApiKeyAuthenticationHandler : AuthenticationHandler<
McpApiKeyAuthenticationHandlerOptions
>
21
public McpApiKeyAuthenticationHandler(IOptionsMonitor<DashboardOptions> dashboardOptions, IOptionsMonitor<
McpApiKeyAuthenticationHandlerOptions
> options, ILoggerFactory logger, UrlEncoder encoder) : base(options, logger, encoder)