Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore token revocation response body
The client is supposed to ignore the response body returned by the revocation endpoint. The `RevocationRequest::request()` method was doing this correctly, but `RevocationRequest::request_async()` was incorrectly expecting an empty response body. Fixes #282.
- Loading branch information