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

Method authenticateToSharedNotebookAsync

qevercloud/generated/services.cpp:8152–8157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8150}
8151
8152AsyncResult* NoteStore::authenticateToSharedNotebookAsync(QString shareKey, QString authenticationToken)
8153{
8154 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
8155 QByteArray params = NoteStore_authenticateToSharedNotebook_prepareParams(shareKey, authenticationToken);
8156 return new AsyncResult(url_, params, NoteStore_authenticateToSharedNotebook_readReplyAsync);
8157}
8158
8159QByteArray NoteStore_getSharedNotebookByAuth_prepareParams(QString authenticationToken)
8160{

Callers

nothing calls this directly

Tested by

no test coverage detected