DeviceRequest
Top-level request in ISO 18013-5.
To construct an instance use buildDeviceRequest.
For a request received from a remote mdoc reader use the DeviceRequest.Companion.fromDataItem method. Note that you will need to manually call verifyReaderAuthentication before accessing the readerAuthAll or DocRequest.readerAuth fields for instances created this way.
Types
Link copied to clipboard
class Builder(val sessionTranscript: DataItem, val deviceRequestInfo: DeviceRequestInfo? = null, val version: String? = null)
A builder for DeviceRequest.
Properties
Link copied to clipboard
a DeviceRequestInfo or null.
Link copied to clipboard
the document requests embedded in the request.
Link copied to clipboard
the ReaderAuthAll for the device request or empty if ReaderAuthAll is not used.