Verification Session
A verification session object which contains session related data and session related operations
Instances should be created by calling the VerificationManager-s createSession function.
Functions
Accepts the disclaimer if the disclaimer hasn't benn accepted before.
Estimates the price based on how long the user wishes to subscribe.
Returns how much the subscription costs per year in USD.
Creates an estimation for the fee of minting.
Provides the user selectable NFT images
Mints the previously chosen NFT image
Regenerates the list of available NFT images
Authorizes the minting process for a selected NFT image Returns after the minting of the selected NFT has been authorized
Sends a confirmation email to the provided email address if the address in question has not been confirmed previously.
Starts polling the backend and suspends until the email is confirmed.
Starts polling the backend and suspends until the identity verification result is available. After a 100 retries it stops with a SuspensionTimeOutException.
Save the personal information of the user. If the provided email address is not yet confirmed then a confirmation email will be sent.
Starts the identity verification process.
Calling this function lets you update your email address associated to your account.
Properties
The contents of the disclaimer that the user is required to accept to use the service. It can be accepted by calling the acceptDisclaimer function.