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 MIRACLSuccess with the registered User.
If an error occurs, returns MIRACLError with a RegistrationException describing issues with the operation.
Parameters
provides a unique user id (i.e. email).
provides an activation token for verification.
a callback called from the SDK, when the identity PIN is required.
current device 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 MIRACLTrust Project to the MIRACLTrust platform.
Parameters
provides an unique user id (i.e. email).
provides an activate token for verification.
a callback called from the SDK, when the identity PIN is required.
current device 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 MIRACLSuccess with value of the registered user.
If an error occurs, the result is MIRACLError with exception describing issues with the operation.