6fae0b95cc085da0d48cc3ba9862c4c629985a20
Add support for setting the login_hint parameter which can simplify the authorization flow if the application knows the email address or domain the user should authenticate with. The parameter is defined at: https://developers.google.com/accounts/docs/OAuth2WebServer#formingtheurl
This is a client library for accessing resources protected by OAuth 2.0.
Installation
To install, simply say
$ easy_install --upgrade oauth2client
Third Party Libraries
These libraries will be installed when you install the client library:
- http://code.google.com/p/httplib2
- http://pypi.python.org/pypi/simplejson/ (python version < 2.7 only)
Contributing
Please see the contributing page for more information. In particular, we love pull requests -- but please make sure to sign the contributor license agreement.
Description
Languages
Python
99.3%
Shell
0.7%