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

QtNetworkAuth.QAbstractOAuth is missing modifyParametersFunction/setModifyParametersFunction

XMLWordPrintable

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

      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);
      

       

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes