Creates an instance of QRGenerator.
The DID account to generate QR code for.
Readonly didThe DID account.
Readonly issuerThe issuer's DID.
Generates a Connect QR code object with the given callback endpoint, session ID, and optional issuer details.
The callback endpoint for the Connect QR code.
The session ID for the Connect QR code. Defaults to a randomly generated UUID v4.
Optional issuerDetail: IIssuerDetailOptional issuer details to include in the Connect QR code.
The generated Connect QR code object.
Generates a credential QR code object.
The callback endpoint URL.
The user's DID.
An array of credential bodies.
(Optional) The session ID. Defaults to a generated UUID v4.
(Optional) The QR code type. Defaults to QRTypes.TYPE_CREDENTIAL_VC.
The generated credential QR code object.
Generated using TypeDoc
QRGenerator class for generating QR codes for connecting, issuing, and verifying credentials.