969b130eb0776bb436baaa7e8ad37cb1969bac63
* Added new attributes scopes and token_info_uri to OAuth2Credentials. * Added method OAuth2Credentials.has_scopes to test which scopes the credentials have. * OAuth2WebServerFlow now passes in the authorized scopes when constructing OAuth2Credentials. * Added method Oauth2Credentials.refresh_scopes, which gets the canonical list of scopes from the OAuth2 tokeninfo service. * Added new utility function string_to_scopes, the inverse of scopes_to_string. This will fix #228 when merged.
This is a client library for accessing resources protected by OAuth 2.0.
Installation
To install, simply say
$ pip install --upgrade oauth2client
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.
Supported Python Versions
We support Python 2.6, 2.7, 3.3+. More information in the docs.
Description
Languages
Python
99.3%
Shell
0.7%