Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: in token endpoint request, do not decode the response data if it…
… is not encoded (#393) * fix: in token endpoint request, do not decode the response data if it is not encoded The interface of the underlying transport 'google.auth.transport.Request' that makes the token request does not guarantee the response is encoded. In Python 3, the non-encoded strings do not have 'decode' attribute. Blindly decoding all the response could have the token refresh throw here.
- Loading branch information