19 #ifndef LIB_QUENTIER_SYNCHRONIZATION_AUTHENTICATION_MANAGER_H
20 #define LIB_QUENTIER_SYNCHRONIZATION_AUTHENTICATION_MANAGER_H
22 #include <quentier/synchronization/IAuthenticationManager.h>
26 QT_FORWARD_DECLARE_CLASS(AuthenticationManagerPrivate)
38 const QString & consumerKey,
const QString & consumerSecret,
39 const QString & host, QObject * parent =
nullptr);
44 virtual void onAuthenticationRequest()
override;
51 AuthenticationManagerPrivate *
const d_ptr;
The AuthenticationManager class is libquentier's default implementation of IAuthenticationManager int...
Definition: AuthenticationManager.h:34
Definition: IAuthenticationManager.h:37