Files
deb-python-oauth2client/oauth2client
Liran Nuna 999de3ac8b Try to revoke token with POST when getting a 405 (#662)
The OAuth spec does not specify the HTTP verb explicitly but it does hint that POST is the correct verb.
When using the client library with other OAuth services that implement revocation token via a POST, revoking the token will fail.

This commit adds the ability to re-try the revocation process if we get a 405 with the POST verb.
2016-10-06 12:53:16 -07:00
..
2016-07-28 10:41:24 -07:00
2016-08-11 12:28:19 -07:00