MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / authenticateToSharedNotebook

Method authenticateToSharedNotebook

qevercloud/generated/services.cpp:8144–8150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8142}
8143
8144AuthenticationResult NoteStore::authenticateToSharedNotebook(QString shareKey, QString authenticationToken)
8145{
8146 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
8147 QByteArray params = NoteStore_authenticateToSharedNotebook_prepareParams(shareKey, authenticationToken);
8148 QByteArray reply = askEvernote(url_, params);
8149 return NoteStore_authenticateToSharedNotebook_readReply(reply);
8150}
8151
8152AsyncResult* NoteStore::authenticateToSharedNotebookAsync(QString shareKey, QString authenticationToken)
8153{

Callers 1

Tested by

no test coverage detected