|
QtRedmine
|
Authenticator interface. More...
#include <Authenticator.h>
Public Member Functions | |
| Authenticator (QObject *parent=nullptr) | |
| Constructor. More... | |
| virtual | ~Authenticator () |
| Destructor. | |
| virtual void | addAuthentication (QNetworkRequest *request)=0 |
| Add authentication header to request. More... | |
Authenticator interface.
Handle the authentication for a given network request.
|
inline |
Constructor.
| parent | Parent QObject |
|
pure virtual |
Add authentication header to request.
| request | Request to add header to |
Implemented in qtredmine::PasswordAuthenticator, and qtredmine::KeyAuthenticator.
1.8.11