2 references to AuthenticationScheme
Aspire.Dashboard (2)
DashboardWebApplication.cs (1)
701
.AddScheme<McpApiKeyAuthenticationHandlerOptions, McpApiKeyAuthenticationHandler>(McpApiKeyAuthenticationHandler.
AuthenticationScheme
, o => { })
Mcp\McpCompositeAuthenticationHandler.cs (1)
44
yield return McpApiKeyAuthenticationHandler.
AuthenticationScheme
;