# sendVerificationEmail
fun sendVerificationEmail(userId: String, resultHandler: ResultHandler<Unit, MIRACLException>)
Default method to verify user identity against the MIRACL platform. In the current implementation it is done by sending an email message.
# Parameters
userId | identifier of the user identity. To verify identity this identifier needs to be valid email address. |
resultHandler | a callback to handle the result of the verification.
|