get Authentication Session Details From QRCode
fun getAuthenticationSessionDetailsFromQRCode(qrCode: String, resultHandler: ResultHandler<AuthenticationSessionDetails, AuthenticationSessionException>)
Gets authentication session details for a project in the MIRACL Trust platform based on the authentication session identifier.
Use this method to get session details for an application that tries to authenticate against the MIRACL Trust platform using a QR Code.
Parameters
qr Code
A string read from the QR code.
result Handler
A callback to handle the result of retrieving session details.
If successful, the result is a MIRACLSuccess with the AuthenticationSessionDetails.
If an error occurs, the result is a MIRACLError with an exception describing issues with the operation.