getActivationToken

Confirms user verification and obtains an activation token that should be used in the registration process.

Return

a MIRACLResult representing the result of the verification:

Parameters

verificationUri

a verification URI received as part of the verification process.


The method confirms user verification and as a result, an activation token is obtained. This activation token should be used in the registration process.

Parameters

verificationUri

a verification URI received as part of the verification process.

resultHandler

a callback to handle the result of the verification.


Confirms user verification and obtains an activation token that should be used in the registration process.

Return

a MIRACLResult representing the result of the verification:

Parameters

userId

identifier of the user.

code

a verification code received as part of the verification process.


The method confirms user verification and as a result, an activation token is obtained. This activation token should be used in the registration process.

Parameters

userId

identifier of the user.

code

the verification code sent to the user email.

resultHandler

a callback to handle the result of the verification.