21#include <quentier/synchronization/types/Fwd.h>
22#include <quentier/types/Account.h>
23#include <quentier/utility/Linkage.h>
27namespace quentier::synchronization {
35 authenticateNewAccount() = 0;
The Account class encapsulates some details about the account: its name, whether it is local or synch...
Definition Account.h:38
The Result template class represents the bare bones result monad implementation which either contains...
Definition Result.h:38
Definition IAuthenticator.h:30