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