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

Method completeTwoFactorAuthentication

qevercloud/generated/services.cpp:9349–9355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9347}
9348
9349AuthenticationResult UserStore::completeTwoFactorAuthentication(QString oneTimeCode, QString deviceIdentifier, QString deviceDescription, QString authenticationToken)
9350{
9351 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
9352 QByteArray params = UserStore_completeTwoFactorAuthentication_prepareParams(authenticationToken, oneTimeCode, deviceIdentifier, deviceDescription);
9353 QByteArray reply = askEvernote(url_, params);
9354 return UserStore_completeTwoFactorAuthentication_readReply(reply);
9355}
9356
9357AsyncResult* UserStore::completeTwoFactorAuthenticationAsync(QString oneTimeCode, QString deviceIdentifier, QString deviceDescription, QString authenticationToken)
9358{

Callers

nothing calls this directly

Tested by

no test coverage detected