15 types derived from AuthenticationSchemeOptions
Aspire.Dashboard (4)
Aspire.Hosting (1)
DynamicSchemes (1)
Identity.DefaultUI.WebSite (1)
Microsoft.AspNetCore.Authentication (2)
Microsoft.AspNetCore.Authentication.BearerToken (1)
Microsoft.AspNetCore.Authentication.Certificate (1)
Microsoft.AspNetCore.Authentication.Cookies (1)
Microsoft.AspNetCore.Authentication.JwtBearer (1)
Microsoft.AspNetCore.Authentication.Negotiate (1)
Microsoft.AspNetCore.Authentication.Test (1)
39 references to AuthenticationSchemeOptions
Aspire.Dashboard (3)
BasicWebSite (4)
CustomAuthorizationFailureResponse (3)
Microsoft.AspNetCore.Authentication (16)
Microsoft.AspNetCore.Authentication.Test (3)
Microsoft.AspNetCore.Identity (3)
Microsoft.AspNetCore.Tests (4)
WebApplicationTests.cs (4)
2443.AddScheme<AuthenticationSchemeOptions, UberHandler>("testSchemeName", "testDisplayName", _ => { });
2483.AddScheme<AuthenticationSchemeOptions, UberHandler>("testSchemeName", "testDisplayName", _ => { });
2851private class UberHandler : AuthenticationHandler<AuthenticationSchemeOptions>
2853public UberHandler(IOptionsMonitor<AuthenticationSchemeOptions> options, ILoggerFactory logger, UrlEncoder encoder) : base(options, logger, encoder) { }
PathSchemeSelection (3)