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