Skip to content

Commit a2f2543

Browse files
authored
Update token url (#1145)
1 parent b4bea96 commit a2f2543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleOAuthConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class GoogleOAuthConstants {
2828
public static final String AUTHORIZATION_SERVER_URL = "https://accounts.google.com/o/oauth2/auth";
2929

3030
/** Encoded URL of Google's token server. */
31-
public static final String TOKEN_SERVER_URL = "https://accounts.google.com/o/oauth2/token";
31+
public static final String TOKEN_SERVER_URL = "https://oauth2.googleapis.com/token";
3232

3333
/**
3434
* {@link Beta} <br/>

0 commit comments

Comments
 (0)