Details
Description
QAbstractOAuth in QtNetworkAuth is missing the modifyParametersFunction and setModifyParametersFunction methods, as specified in their C++ equivalent.
This greatly hampers the usability of QOAuth2AuthorizationCodeFlow when used from PySide because without setModifyParameterFunction it's impossible to inject parameters in OAuth requests.
enum class Stage; typedef std::function<void(Stage, QMultiMap<QString, QVariant>*)> ModifyParametersFunction; ModifyParametersFunction modifyParametersFunction() const; void setModifyParametersFunction(const ModifyParametersFunction &modifyParametersFunction);
Attachments
Issue Links
- relates to
-
PYSIDE-1241 Support std::function
- Closed
For Gerrit Dashboard: PYSIDE-1815 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
395411,13 | QAbstractOAuth - add setModifyParametersFunction | dev | pyside/pyside-setup | Status: MERGED | +2 | 0 |
397264,2 | QAbstractOAuth - add setModifyParametersFunction | 6.2 | pyside/pyside-setup | Status: MERGED | +2 | 0 |
536553,4 | PySide6: Fix callable invocations | dev | pyside/pyside-setup | Status: MERGED | +2 | 0 |
536647,3 | PySide6: Fix callable invocations | 6.6 | pyside/pyside-setup | Status: MERGED | +2 | 0 |
536698,3 | PySide6: Fix callable invocations | tqtc/lts-6.5 | pyside/tqtc-pyside-setup | Status: MERGED | +2 | 0 |