Files
deb-python-oauth2client/tests
Jon Wayne Parrott 969b130eb0 Credentials keep track of scopes.
* 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.
2015-08-13 12:42:27 -07:00
..
2015-07-30 15:52:32 -07:00
2014-11-13 14:02:03 -08:00
2015-08-13 12:42:27 -07:00