get Activation Token
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:
If successful, returns MIRACLSuccess with the ActivationTokenResponse.
If an error occurs, returns MIRACLError with an ActivationTokenException describing issues with the operation.
Parameters
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
a verification URI received as part of the verification process.
a callback to handle the result of the verification.
If successful, the result is MIRACLSuccess with the ActivationTokenResponse.
If an error occurs, the result is MIRACLError with exception describing issues with the operation.
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:
If successful, returns MIRACLSuccess with the ActivationTokenResponse.
If an error occurs, returns MIRACLError with an ActivationTokenException describing issues with the operation.
Parameters
identifier of the user.
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
identifier of the user.
the verification code sent to the user email.
a callback to handle the result of the verification.
If successful, the result is MIRACLSuccess with the ActivationTokenResponse.
If an error occurs, the result is MIRACLError with exception describing issues with the operation.