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