AuthenticationData

data class AuthenticationData(val sod: String, val com: String, val dataFormat: String, val dataGroups: Map<String, String>, val activeAuthInfo: MiSnapTransactionResult.NfcResult.AuthenticationData.ActiveAuthInfo? = null, val chipAuthInfo: String)

Constructors

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

Types

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

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