We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4bea96 commit a2f2543Copy full SHA for a2f2543
google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleOAuthConstants.java
@@ -28,7 +28,7 @@ public class GoogleOAuthConstants {
28
public static final String AUTHORIZATION_SERVER_URL = "https://accounts.google.com/o/oauth2/auth";
29
30
/** Encoded URL of Google's token server. */
31
- public static final String TOKEN_SERVER_URL = "https://accounts.google.com/o/oauth2/token";
+ public static final String TOKEN_SERVER_URL = "https://oauth2.googleapis.com/token";
32
33
/**
34
* {@link Beta} <br/>
0 commit comments