This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://github.com/google/oauth2client/issues/443
Allow for binary code values in oauth_flow.step2_exchange(code). An issue with Python 3 since the code will be binary. A simple test that binary values are allowed. credentials = self.flow.step2_exchange(b'some random code', http=http) tox -e py34 -- tests.test_client:OAuth2WebServerFlowTest.test_exchange_success_binary_code
- Loading branch information
1 parent
4b0a5ed
commit 8d07159
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters