QRCodeCollector
A collector that handles QR code display in DaVinci authentication flows.
The QRCodeCollector is used to display QR codes to users for authentication scenarios such as:
Device pairing
Multi-factor authentication setup
Out-of-band authentication
Cross-device authentication flows
The QR code content is typically provided as a Base64-encoded image string that can be decoded and displayed as a bitmap.
Content Format
The content field typically contains a data URI string with Base64-encoded image data:
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA...Content copied to clipboard