get User
Get a registered user.
Return
the user or null if there isn't registered user for the project with this userId on the device.
Parameters
user Id
Identifier of the user.
Get a registered user.
Parameters
user Id
Identifier of the user.
result Handler
a callback to handle the result of the user retrieval.
If successful, the result is MIRACLSuccess with value of the user or null if there isn't registered user for the project with this userId on the device.
If an error occurs, the result is MIRACLError with a UserStorageException.