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