register
Provides end-user registration. Registers an end user for a given MIRACL Trust Project to the MIRACL Trust platform.
Return
A MIRACLResult representing the result of the registration:
If successful, returns a MIRACLSuccess with the registered User.
If an error occurs, returns a MIRACLError with a RegistrationException describing issues with the operation.
Parameters
The identifier of the user.
Provides an activation token for verification.
A callback called by the SDK when the PIN is requested.
The current device's push notifications token. This is used when push notifications for authentication are enabled in the platform.
Provides end-user registration. Registers an end user for a given MIRACL Trust project on the MIRACL Trust platform.
Parameters
The identifier of the user.
Provides an activation token for verification.
A callback called by the SDK when the PIN is requested.
The current device's push notifications token. This is used when push notifications for authentication are enabled in the platform.
A callback to handle the result of the registration.
If successful, the result is a MIRACLSuccess with the value of the registered user.
If an error occurs, the result is a MIRACLError with an exception describing issues with the operation.