Files
OwinOAuthProviders/src/Owin.Security.Providers.Google/Constants.cs
2019-01-29 15:05:28 +00:00

7 lines
161 B
C#

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