| 9552 | } |
| 9553 | |
| 9554 | AsyncResult* 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 | |
| 9561 | QByteArray UserStore_refreshAuthentication_prepareParams(QString authenticationToken) |
| 9562 | { |
nothing calls this directly
no test coverage detected