Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-1815

QtNetworkAuth.QAbstractOAuth is missing modifyParametersFunction/setModifyParametersFunction

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • 6.2.3
    • 6.2.2
    • PySide
    • None
    • All
    • f6538d29f (dev), f77f2f36d (6.6), df13a2480 (tqtc/lts-6.5)

    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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              shpremna Shyamnath Premnadh
              mcilloni Marco Cilloni
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes