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.

Constructors

Link copied to clipboard
constructor(identifier: String = "", timestamp: Instant = Instant.DISTANT_PAST, appData: Map<String, DataItem> = emptyMap(), presentmentRecord: PresentmentRecord)

Properties

Link copied to clipboard
open override val appData: Map<String, DataItem>

Additional application-specific data.

Link copied to clipboard
open override val identifier: String

A unique identifier for the event.

Link copied to clipboard

a PresentmentRecord with the result of the presentation.

Link copied to clipboard
open override val timestamp: Instant

The timestamp when the event was recorded.

Functions

Link copied to clipboard
Link copied to clipboard