Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Interface

IAccountManager

Syntax

_accountManagerAccountManager.UpdateConfirmationCode(int userId, string confirmationCode)

...

200 - Ok

Example

Code Block
languagec#
await _accountManager.UpdateConfirmationCode(CurrentUser.Id, confirmationCode);

Caveats

Only accessible within the MTOA environment.