aspnetcore/test/Microsoft.AspnetCore.Identi.../Infrastructure/LoopBackHandler.cs

12 lines
292 B
C#

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