authenticate With App Link
Authenticates identity on the MIRACL Trust platform.
Use this method to authenticate another device or application with the usage of AppLink created by MIRACL Trust platform.
Return
a MIRACLResult representing the result of the authentication:
If successful, returns MIRACLSuccess with Unit.
If an error occurs, returns MIRACLError with an AuthenticationException describing issues with the operation.
Parameters
the user to authenticate.
a URI provided by the Intent.
a callback called from the SDK when the identity PIN is required.
Authenticate identity in the MIRACL platform.
Use this method to authenticate another device or application with the usage of AppLink created by MIRACL platform.
Parameters
the user to authenticate.
a URI provided by the Intent.
a callback called from the SDK, when the identity PIN is required.
a callback to handle the result of the authentication.
If successful, the result is MIRACLSuccess.
If an error occurs, the result is MIRACLError with exception describing issues with the operation.