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

Method completeTwoFactorAuthenticationAsync

qevercloud/generated/services.cpp:9357–9362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9355}
9356
9357AsyncResult* UserStore::completeTwoFactorAuthenticationAsync(QString oneTimeCode, QString deviceIdentifier, QString deviceDescription, QString authenticationToken)
9358{
9359 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
9360 QByteArray params = UserStore_completeTwoFactorAuthentication_prepareParams(authenticationToken, oneTimeCode, deviceIdentifier, deviceDescription);
9361 return new AsyncResult(url_, params, UserStore_completeTwoFactorAuthentication_readReplyAsync);
9362}
9363
9364QByteArray UserStore_revokeLongSession_prepareParams(QString authenticationToken)
9365{

Callers

nothing calls this directly

Tested by

no test coverage detected