mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-05-04 21:32:51 +08:00
8 lines
144 B
C#
8 lines
144 B
C#
namespace Ocelot.Library.Infrastructure.Authentication
|
|
{
|
|
public enum SupportAuthenticationProviders
|
|
{
|
|
IdentityServer
|
|
}
|
|
}
|