Use new Auth URIs (#281)
diff --git a/google/oauth2/credentials.py b/google/oauth2/credentials.py
index 8e2a7f8..4cb909c 100644
--- a/google/oauth2/credentials.py
+++ b/google/oauth2/credentials.py
@@ -43,7 +43,7 @@
# The Google OAuth 2.0 token endpoint. Used for authorized user credentials.
-_GOOGLE_OAUTH2_TOKEN_ENDPOINT = 'https://accounts.google.com/o/oauth2/token'
+_GOOGLE_OAUTH2_TOKEN_ENDPOINT = 'https://oauth2.googleapis.com/token'
class Credentials(credentials.ReadOnlyScoped, credentials.Credentials):