libquentier  0.4.0
The library for rich desktop clients of Evernote service
Public Slots | Signals | Protected Member Functions | List of all members
quentier::IAuthenticationManager Class Referenceabstract
Inheritance diagram for quentier::IAuthenticationManager:
Inheritance graph
[legend]
Collaboration diagram for quentier::IAuthenticationManager:
Collaboration graph
[legend]

Public Slots

virtual void onAuthenticationRequest ()=0
 

Signals

void sendAuthenticationResult (bool success, qevercloud::UserID userId, QString authToken, qevercloud::Timestamp authTokenExpirationTime, QString shardId, QString noteStoreUrl, QString webApiUrlPrefix, ErrorString errorDescription)
 

Protected Member Functions

 IAuthenticationManager (QObject *parent=Q_NULLPTR)