getQRCode

public abstract QRCode getQRCode(String qrCode)

Returns the appropriate QRCode with user ID, session token and extra info, if those are available on a given QR code. If QR code is of a malformed type, this method will return an QRCode.Invalid.

Return

QRCode.

Parameters

qrCode

raw value parsed from the QR code scanned.