oauth2client 4.0

This commit is contained in:
Jay Lee
2017-01-24 14:00:07 -05:00
parent 6ba0a5d942
commit 4a894958f0
18 changed files with 615 additions and 271 deletions

View File

@@ -14,7 +14,7 @@
"""Client library for using OAuth2, especially with Google APIs."""
__version__ = '3.0.0'
__version__ = '4.0.0'
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/v2/auth'
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'