We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfe246 commit b7eb1a7Copy full SHA for b7eb1a7
google/oauth2/credentials.py
@@ -43,7 +43,7 @@
43
44
45
# The Google OAuth 2.0 token endpoint. Used for authorized user credentials.
46
-_GOOGLE_OAUTH2_TOKEN_ENDPOINT = 'https://accounts.google.com/o/oauth2/token'
+_GOOGLE_OAUTH2_TOKEN_ENDPOINT = 'https://oauth2.googleapis.com/token'
47
48
49
class Credentials(credentials.ReadOnlyScoped, credentials.Credentials):
0 commit comments