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

Method authenticate

qevercloud/generated/services.cpp:9116–9121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9114}
9115
9116AuthenticationResult UserStore::authenticate(QString username, QString password, QString consumerKey, QString consumerSecret, bool supportsTwoFactor)
9117{
9118 QByteArray params = UserStore_authenticate_prepareParams(username, password, consumerKey, consumerSecret, supportsTwoFactor);
9119 QByteArray reply = askEvernote(url_, params);
9120 return UserStore_authenticate_readReply(reply);
9121}
9122
9123AsyncResult* UserStore::authenticateAsync(QString username, QString password, QString consumerKey, QString consumerSecret, bool supportsTwoFactor)
9124{

Callers

nothing calls this directly

Calls 3

askEvernoteFunction · 0.85

Tested by

no test coverage detected