Retrieves a QR code by its ID.
Returns the QR code data as a string, which contains a data URI with base64-encoded image data. This QR code encodes a URL pointing to an authorization request that specifies what credentials a verifier is requesting from a user's wallet.
Deletes a QR code by its ID.
QR codes are typically deleted after the authorization process is complete and the verification flow has concluded, as they are no longer needed.
No content
Displays a QR code image from a URL. Fetches the QR code data from the provided URL, processes it, and returns the image.
This endpoint allows client applications to display the QR code directly in browsers or applications. When scanned by a user's wallet app, this QR code initiates the credential verification flow by connecting the wallet to the authorization request. The wallet can then retrieve the presentation definition that specifies what credentials the verifier is requesting.
OK