Home | Trees | Indices | Help |
---|
|
1 """Client library for using OAuth2, especially with Google APIs.""" 2 3 __version__ = '1.4.1' 4 5 GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth' 6 GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code' 7 GOOGLE_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke' 8 GOOGLE_TOKEN_URI = 'https://accounts.google.com/o/oauth2/token' 9
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Nov 13 14:04:21 2014 | http://epydoc.sourceforge.net |