EventVerification
data class EventVerification(val identifier: String = "", val timestamp: Instant = Instant.DISTANT_PAST, val appData: Map<String, DataItem> = emptyMap(), val presentmentRecord: PresentmentRecord) : Event
An event representing a verification event.
Properties
Link copied to clipboard
A unique identifier for the event.
Link copied to clipboard
a PresentmentRecord with the result of the presentation.