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

Method authenticateLongSession

qevercloud/generated/services.cpp:9237–9242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9235}
9236
9237AuthenticationResult UserStore::authenticateLongSession(QString username, QString password, QString consumerKey, QString consumerSecret, QString deviceIdentifier, QString deviceDescription, bool supportsTwoFactor)
9238{
9239 QByteArray params = UserStore_authenticateLongSession_prepareParams(username, password, consumerKey, consumerSecret, deviceIdentifier, deviceDescription, supportsTwoFactor);
9240 QByteArray reply = askEvernote(url_, params);
9241 return UserStore_authenticateLongSession_readReply(reply);
9242}
9243
9244AsyncResult* UserStore::authenticateLongSessionAsync(QString username, QString password, QString consumerKey, QString consumerSecret, QString deviceIdentifier, QString deviceDescription, bool supportsTwoFactor)
9245{

Callers

nothing calls this directly

Tested by

no test coverage detected