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

Method authenticateAsync

qevercloud/generated/services.cpp:9123–9127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9121}
9122
9123AsyncResult* UserStore::authenticateAsync(QString username, QString password, QString consumerKey, QString consumerSecret, bool supportsTwoFactor)
9124{
9125 QByteArray params = UserStore_authenticate_prepareParams(username, password, consumerKey, consumerSecret, supportsTwoFactor);
9126 return new AsyncResult(url_, params, UserStore_authenticate_readReplyAsync);
9127}
9128
9129QByteArray UserStore_authenticateLongSession_prepareParams(QString username, QString password, QString consumerKey, QString consumerSecret, QString deviceIdentifier, QString deviceDescription, bool supportsTwoFactor)
9130{

Callers

nothing calls this directly

Tested by

no test coverage detected