Consent

data class Consent(val readerName: String?, val requested: Set<String>) : PresentmentState

The reader connected and requested these attributes; awaiting approve.

Constructors

Link copied to clipboard
constructor(readerName: String?, requested: Set<String>)

Properties

Link copied to clipboard
Link copied to clipboard