Undo change to the GoogleDefaults
This commit is contained in:
parent
eabdd45816
commit
ecb3b90984
|
|
@ -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";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue