HypeTutorials / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

Credentials should have a .revoke() method. #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The .revoke() method should programatically revoke the token:

  http://code.google.com/apis/accounts/docs/OAuth2WebServer.html#tokenrevoke

And then call .delete() on the underlying storage.

Original issue reported on code.google.com by jcgregorio@google.com on 6 Feb 2012 at 7:48

GoogleCodeExporter commented 8 years ago

Original comment by jcgregorio@google.com on 6 Feb 2012 at 7:49