...
Example
Code Block | ||
---|---|---|
| ||
var status = await _accountManager.VerifyEmail(userid, confirmationCode); |
Caveats
Only accessible within the MTOA environment.
...
Code Block | ||
---|---|---|
| ||
var status = await _accountManager.VerifyEmail(userid, confirmationCode); |
Only accessible within the MTOA environment.