sign Cross Device Session
Generates a signature for a hash provided by the crossDeviceSession and updates the session.
Return
A MIRACLResult representing the result of the signing operation:
If successful, returns a MIRACLSuccess with Unit.
If an error occurs, returns a MIRACLError with a SigningException describing issues with the operation.
Parameters
The details for the signing operation.
A user to sign with.
A callback called by the SDK when the PIN is requested.
Generates a signature for a hash provided by the crossDeviceSession parameter and updates the session.
Parameters
The details for the signing operation.
A user to sign with.
A callback called by the SDK when the PIN is requested.
A callback to handle the result of the signing.
If successful, the result is a MIRACLSuccess.
If an error occurs, the result is a MIRACLError with an exception describing issues with the operation.