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