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