getSigningSessionDetailsFromQRCode

# getSigningSessionDetailsFromQRCode


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

qrCode a string read from the QR code.
resultHandler 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 a message. On exception, the exception object is also passed.