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

Method getBootstrapInfoAsync

qevercloud/generated/services.cpp:9008–9012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9006}
9007
9008AsyncResult* UserStore::getBootstrapInfoAsync(QString locale)
9009{
9010 QByteArray params = UserStore_getBootstrapInfo_prepareParams(locale);
9011 return new AsyncResult(url_, params, UserStore_getBootstrapInfo_readReplyAsync);
9012}
9013
9014QByteArray UserStore_authenticate_prepareParams(QString username, QString password, QString consumerKey, QString consumerSecret, bool supportsTwoFactor)
9015{

Callers

nothing calls this directly

Tested by

no test coverage detected