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

Method authenticateToBusinessAsync

qevercloud/generated/services.cpp:9554–9559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9552}
9553
9554AsyncResult* UserStore::authenticateToBusinessAsync(QString authenticationToken)
9555{
9556 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
9557 QByteArray params = UserStore_authenticateToBusiness_prepareParams(authenticationToken);
9558 return new AsyncResult(url_, params, UserStore_authenticateToBusiness_readReplyAsync);
9559}
9560
9561QByteArray UserStore_refreshAuthentication_prepareParams(QString authenticationToken)
9562{

Callers

nothing calls this directly

Tested by

no test coverage detected