We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6966e8d commit 416cadaCopy full SHA for 416cada
packages/google-auth/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