Skip to content

Commit 416cada

Browse files
authored
Use new Auth URIs (#281)
1 parent 6966e8d commit 416cada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-auth/google/oauth2/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444

4545
# The Google OAuth 2.0 token endpoint. Used for authorized user credentials.
46-
_GOOGLE_OAUTH2_TOKEN_ENDPOINT = 'https://accounts.google.com/o/oauth2/token'
46+
_GOOGLE_OAUTH2_TOKEN_ENDPOINT = 'https://oauth2.googleapis.com/token'
4747

4848

4949
class Credentials(credentials.ReadOnlyScoped, credentials.Credentials):

0 commit comments

Comments
 (0)