Files
deb-python-oauth2client/tests
Craig Citro b574bc2a98 Fall back to using an access_token for revocation.
According to the [OAuth2
docs](https://developers.google.com/accounts/docs/OAuth2WebServer#tokenrevoke),
we can use either the refresh token or access token when revoking a token. If
we've lost the refresh token for some reason, we should fall back to revoking
via access token. (Note that if the access token has expired, this will still
raise, which is the correct behavior.)

Fixes #132.
2015-03-17 14:39:44 -07:00
..
2014-11-04 11:17:01 -08:00
2014-11-13 14:02:03 -08:00