get Activation Token
Confirms user verification and obtains an activation token that is used in the registration process.
Return
A MIRACLResult representing the result of the verification:
If successful, returns a MIRACLSuccess with the ActivationTokenResponse.
If an error occurs, returns a MIRACLError with an ActivationTokenException describing issues with the operation.
Parameters
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
The verification URI received as part of the verification process.
A callback to handle the result of the verification.
If successful, the result is a MIRACLSuccess with the ActivationTokenResponse.
If an error occurs, the result is a MIRACLError with an exception describing issues with the operation.
Confirms user verification and obtains an activation token that is used in the registration process.
Return
A MIRACLResult representing the result of the verification:
If successful, returns a MIRACLSuccess with the ActivationTokenResponse.
If an error occurs, returns a MIRACLError with an ActivationTokenException describing issues with the operation.
Parameters
The identifier of the user. Must be a valid email address.
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
The identifier of the user. Must be a valid email address.
The verification code sent to the user's email address.
A callback to handle the result of the verification.
If successful, the result is a MIRACLSuccess with the ActivationTokenResponse.
If an error occurs, the result is a MIRACLError with an exception describing issues with the operation.