-
-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't include kwargs of request() in the body of auto refresh request
Extra key-value pairs of the request body should be supplied using the dedicated `auto_refresh_kwargs` attribute of the session object. Meanwhile, several common parameters of request() and refresh_token() are propagated to the latter, since, otherwise, auto refresh request might end up without some critical connection parameters such as proxy mapping.
- Loading branch information
Showing
2 changed files
with
27 additions
and
2 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