4 references to TestOptions
Microsoft.AspNetCore.Authentication.Test (4)
DynamicSchemeTests.cs (4)
26s.Configure<TestOptions>("One", o => o.Instance = new Singleton()); 27s.Configure<TestOptions>("Two", o => o.Instance = new Singleton()); 109private class TestHandler : AuthenticationHandler<TestOptions> 111public TestHandler(IOptionsMonitor<TestOptions> options, ILoggerFactory logger, UrlEncoder encoder) : base(options, logger, encoder)