-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change downscope_token() to return a TokenResponse object (#237)
Add a `TokenResponse` object, which is a subclass of `BaseAPIJSONObject`. `OAuth2.downscope_token()` now returns a `TokenResponse` object, which allows users to get other fields of the response, such as 'expires_in'. Bump version to 2.0.0a9.
- Loading branch information
1 parent
e65d34c
commit b7f0bfd
Showing
3 changed files
with
75 additions
and
68 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
from __future__ import unicode_literals, absolute_import | ||
|
||
|
||
__version__ = '2.0.0a8' | ||
__version__ = '2.0.0a9' |
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