Account Verification

Pre-requisite: The user has to be signed in to perform the following operations.


Verifying the User email

To send the verification mail to the user the following method can be called.

Factory.userService.sendVerificationEmail() -> IVPublisher<Void>

Getting Onetime Token

To get the onetime token that can be used to access the user portal the following method can be called.

Factory.userService.getOneTimeToken() -> IVPublisher<UserOneTimeTokenModel>