Undo change to the GoogleDefaults

This commit is contained in:
Troy Dai 2016-07-26 09:19:42 -07:00
parent eabdd45816
commit ecb3b90984
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ namespace Microsoft.AspNetCore.Authentication.Google
/// </summary> /// </summary>
public static class GoogleDefaults public static class GoogleDefaults
{ {
public static readonly string AuthenticationScheme = "Google"; public const string AuthenticationScheme = "Google";
public static readonly string AuthorizationEndpoint = "https://accounts.google.com/o/oauth2/auth"; public static readonly string AuthorizationEndpoint = "https://accounts.google.com/o/oauth2/auth";