8 lines
160 B
C#
8 lines
160 B
C#
namespace Owin.Security.Providers.Slack
|
|
{
|
|
internal static class Constants
|
|
{
|
|
public const string DefaultAuthenticationType = "Slack";
|
|
}
|
|
}
|