MdocApiDcResponse

data class MdocApiDcResponse(val deviceResponse: DataItem, val sessionTranscript: DataItem) : DcResponse

A response using W3C Digital Credentials API response using the org-iso-mdoc exchange protocol.

Constructors

Link copied to clipboard
constructor(deviceResponse: DataItem, sessionTranscript: DataItem)

Properties

Link copied to clipboard

the DeviceResponse CBOR.

Link copied to clipboard

the SessionTranscript CBOR needed to verify the device response.