Ocelot/src/Ocelot.Library/Infrastructure/Authentication/SupportAuthenticationProviders.cs

8 lines
144 B
C#

namespace Ocelot.Library.Infrastructure.Authentication
{
public enum SupportAuthenticationProviders
{
IdentityServer
}
}