QAbstractOAuthReplyHandler Class
Handles replies to OAuth authentication requests. More...
| Header: | #include <QAbstractOAuthReplyHandler> |
| qmake: | QT += networkauth |
| Since: | Qt 5.8 |
| Inherits: | QObject |
This class was introduced in Qt 5.8.
Detailed Description
The QAbstractOAuthReplyHandler class handles the answers to all OAuth authentication requests. This class is designed as a base whose subclasses implement custom behavior in the callback() and networkReplyFinished() methods.