sendVerificationEmail

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:

Parameters

userId

The identifier of the user. Must be a valid email address.

crossDeviceSession

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

userId

The identifier of the user. Must be a valid email address.

resultHandler

A callback to handle the result of the verification.


Default method for verifying user identity against the MIRACL Trust platform. In the current implementation, verification is done by sending an email message.

Parameters

userId

The identifier of the user. Must be a valid email address.

authenticationSessionDetails

The details for the authentication session.

resultHandler

A callback to handle the result of the verification.