QAbstractOAuthReplyHandler Class
Handles replies to OAuth authentication requests 更多...
头文件: | #include <QAbstractOAuthReplyHandler> |
qmake: | QT += networkauth |
开始支持版本: | Qt 5.8 |
基类: | QObject |
公有函数
QAbstractOAuthReplyHandler(QObject *parent = nullptr) | |
virtual | ~QAbstractOAuthReplyHandler() |
virtual QString | callback() const = 0 |
- 32 个公有函数继承自 QObject
公有槽函数
virtual void | networkReplyFinished(QNetworkReply *reply) = 0 |
- 1 个公有槽函数继承自 QObject
信号
void | callbackDataReceived(const QByteArray &data) |
void | callbackReceived(const QVariantMap &values) |
void | replyDataReceived(const QByteArray &data) |
void | tokensReceived(const QVariantMap &tokens) |
- 2 个信号继承自 QObject
受保护的函数
QAbstractOAuthReplyHandler(QObjectPrivate &d, QObject *parent = nullptr) |
- 9 个受保护的函数继承自 QObject
其他继承的成员
详细描述
Handles replies to OAuth authentication requests
The QAbstractOAuthReplyHandler class handles the answers to all OAuth authentication requests
成员函数
QAbstractOAuthReplyHandler::QAbstractOAuthReplyHandler(QObject *parent = nullptr)
Default constructs an instance of QAbstractOAuthReplyHandler.
[protected]
QAbstractOAuthReplyHandler::QAbstractOAuthReplyHandler(QObjectPrivate &d, QObject *parent = nullptr)
Default constructs an instance of QAbstractOAuthReplyHandler.
[virtual]
QAbstractOAuthReplyHandler::~QAbstractOAuthReplyHandler()
Destroys the instance of QAbstractOAuthReplyHandler. The destructor is virtual.