2 references to CreateServer
Microsoft.AspNetCore.Authentication.Test (2)
OpenIdConnect\TestServerBuilder.cs (1)
56return CreateServer(options, handler: null, properties: null);
OpenIdConnect\TestSettings.cs (1)
47public TestServer CreateTestServer(AuthenticationProperties properties = null, Func<HttpContext, Task> handler = null) => TestServerBuilder.CreateServer(_configureOptions, handler: handler, properties: properties);