Files
OwinOAuthProviders/Owin.Security.Providers/Slack/Constants.cs
2015-05-29 22:55:31 -05:00

8 lines
160 B
C#

namespace Owin.Security.Providers.Slack
{
internal static class Constants
{
public const string DefaultAuthenticationType = "Slack";
}
}