7 lines
165 B
C#
7 lines
165 B
C#
namespace Owin.Security.Providers.LinkedIn
|
|
{
|
|
internal static class Constants
|
|
{
|
|
public const string DefaultAuthenticationType = "LinkedIn";
|
|
}
|
|
} |