NfcChipAuthentication

@Serializable
data class NfcChipAuthentication(val enabled: Boolean, val performed: Boolean)

NFC chip authentication data.

Constructors

Link copied to clipboard
constructor(enabled: Boolean, performed: Boolean)

Properties

Link copied to clipboard
@get:JvmName(name = "isEnabled")
val enabled: Boolean

Whether chip authentication is enabled for the document or not.

Link copied to clipboard
@get:JvmName(name = "isPerformed")
val performed: Boolean

Whether chip authentication is performed for the document or not.