getActivationToken

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

Return

A MIRACLResult representing the result of the verification:

Parameters

verificationUri

The verification URI received as part of the verification process.


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

Parameters

verificationUri

The 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 is used in the registration process.

Return

A MIRACLResult representing the result of the verification:

Parameters

userId

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

code

The verification code received as part of the verification process.


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

Parameters

userId

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

code

The verification code sent to the user's email address.

resultHandler

A callback to handle the result of the verification.