MdocReaderNfcHandoverResult

data class MdocReaderNfcHandoverResult(val connectionMethods: List<MdocConnectionMethod>, val encodedDeviceEngagement: ByteString, val handover: DataItem)

The result of a successful NFC handover operation

Constructors

Link copied to clipboard
constructor(connectionMethods: List<MdocConnectionMethod>, encodedDeviceEngagement: ByteString, handover: DataItem)

Properties

Link copied to clipboard

the possible connection methods for the mdoc reader to connect to.

Link copied to clipboard
val encodedDeviceEngagement: ByteString

the bytes of DeviceEngagement.

Link copied to clipboard

the handover value.