AuthenticationData

@Serializable
data class AuthenticationData(val sod: String, val com: String, val dataFormat: String, val dataGroups: Map<String, String>, val chipAuthInfo: String, val activeAuthInfo: MiSnapNfcReader.ChipData.AuthenticationData.ActiveAuthInfo? = null)

Data for NFC authentication.

Constructors

Link copied to clipboard
constructor(sod: String, com: String, dataFormat: String, dataGroups: Map<String, String>, chipAuthInfo: String, activeAuthInfo: MiSnapNfcReader.ChipData.AuthenticationData.ActiveAuthInfo? = null)

Types

Link copied to clipboard
@Serializable
data class ActiveAuthInfo(val key: String, val signature: String, val challenge: String)

Data for NFC active authentication.

Properties

Link copied to clipboard
Link copied to clipboard
val com: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sod: String