extractQRCodeExtraInfo

public abstract List<ApproveInfo> extractQRCodeExtraInfo(String qrCodeOffline)

Extract an Array with ApproveInfo from QR code value.

Return

List of ApproveInfo containing the extra info of this session.

Parameters

qrCode

raw value of scanned QR code.

Throws

if the QR code is invalid and cannot be parsed.

if there is no account enrolled for the user id referenced by this QR code.

if the SDK cannot access the necessary tokens to perform this operation

if the extra-info of this session cannot be parsed.

if the SDK cannot access necessary cryptographic material or perform cryptographic operations