using System.Net.Http; namespace Microsoft.AspnetCore.Identity.Service.FunctionalTests { /// /// A handler used to create a loop back into TestServer from the open ID Connect handler. /// public class LoopBackHandler : DelegatingHandler { } }