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;
57 #endif // LIB_QUENTIER_SYNCHRONIZATION_AUTHENTICATION_MANAGER_H Definition: DecryptedTextManager.h:26
The AuthenticationManager class is libquentier's default implementation of IAuthenticationManager int...
Definition: AuthenticationManager.h:33
Definition: IAuthenticationManager.h:36