send Verification Email
Default method for verifying user identity against the MIRACL Trust platform. In the current implementation, verification is done by sending an email message.
Return
A MIRACLResult representing the result of the verification:
If successful, returns a MIRACLSuccess with the VerificationResponse.
If an error occurs, returns a MIRACLError with a VerificationException describing issues with the operation.
Parameters
The identifier of the user. Must be a valid email address.
The session from which the verification is initiated.
Default method for verifying user identity against the MIRACL Trust platform. In the current implementation, verification is done by sending an email message.
Parameters
The identifier of the user. Must be a valid email address.
A callback to handle the result of the verification.
If successful, the result is a MIRACLSuccess with the VerificationResponse.
If an error occurs, the result is a MIRACLError with an exception describing issues with the operation.
Default method for verifying user identity against the MIRACL Trust platform. In the current implementation, verification is done by sending an email message.
Parameters
The identifier of the user. Must be a valid email address.
The details for the authentication session.
A callback to handle the result of the verification.
If successful, the result is a MIRACLSuccess with the VerificationResponse.
If an error occurs, the result is a MIRACLError with an exception describing issues with the operation.