get Signing Session Details From QRCode
fun getSigningSessionDetailsFromQRCode(qrCode: String, resultHandler: ResultHandler<SigningSessionDetails, SigningSessionException>)
Get signing session details from MIRACL platform based on session identifier.
Use this method to get signing session details for application that tries to sign against MIRACL Platform with the usage of QR Code.
Parameters
qr Code
a string read from the QR code.
result Handler
a callback to handle the result of getting signing session details.
If successful, the result is MIRACLSuccess with the SigningSessionDetails.
If an error occurs, the result is MIRACLError with exception describing issues with the operation.