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

Method authenticateToSharedNote

qevercloud/generated/services.cpp:8703–8709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8701}
8702
8703AuthenticationResult NoteStore::authenticateToSharedNote(QString guid, QString noteKey, QString authenticationToken)
8704{
8705 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
8706 QByteArray params = NoteStore_authenticateToSharedNote_prepareParams(guid, noteKey, authenticationToken);
8707 QByteArray reply = askEvernote(url_, params);
8708 return NoteStore_authenticateToSharedNote_readReply(reply);
8709}
8710
8711AsyncResult* NoteStore::authenticateToSharedNoteAsync(QString guid, QString noteKey, QString authenticationToken)
8712{

Callers

nothing calls this directly

Tested by

no test coverage detected