Obsolete Members for QOAuth1Signature

The following members of class QOAuth1Signature are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

(deprecated in 6.13) QOAuth1Signature(const QUrl &url = QUrl(), QOAuth1Signature::HttpRequestMethod method = HttpRequestMethod::Post, const QMultiMap<QString, QVariant> &parameters = {})
(deprecated in 6.13) QOAuth1Signature(const QUrl &url, const QString &clientSharedKey, const QString &tokenSecret, QOAuth1Signature::HttpRequestMethod method = HttpRequestMethod::Post, const QMultiMap<QString, QVariant> &parameters = {})

Member Function Documentation

[explicit, deprecated in 6.13] QOAuth1Signature::QOAuth1Signature(const QUrl &url = QUrl(), QOAuth1Signature::HttpRequestMethod method = HttpRequestMethod::Post, const QMultiMap<QString, QVariant> &parameters = {})

This function is deprecated since 6.13. We strongly advise against using it in new code.

OAuth 1 is deprecated and scheduled for removal in Qt 7.

Creates a QOAuth1Signature using

  • url as the target address
  • method as the HTTP method used to send the request
  • and the given user parameters to augment the request.

[deprecated in 6.13] QOAuth1Signature::QOAuth1Signature(const QUrl &url, const QString &clientSharedKey, const QString &tokenSecret, QOAuth1Signature::HttpRequestMethod method = HttpRequestMethod::Post, const QMultiMap<QString, QVariant> &parameters = {})

This function is deprecated since 6.13. We strongly advise against using it in new code.

OAuth 1 is deprecated and scheduled for removal in Qt 7.

Creates a QOAuth1Signature using

  • url as the target address
  • clientSharedKey as the user token used to verify the signature
  • tokenSecret as the negotiated token used to verify the signature
  • method as the HTTP method used to send the request
  • and the given user parameters to augment the request.

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.