MiSnap 5.x Release Pipeline
androidJvm
nfc-reader
/
com.miteksystems.misnap.nfc
/
MiSnapNfcReader
/
ChipData
/
AuthenticationData
Authentication
Data
@
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.
Members
Constructors
Authentication
Data
Link copied to clipboard
constructor
(
sod
:
String
,
com
:
String
,
dataFormat
:
String
,
dataGroups
:
Map
<
String
,
String
>
,
chipAuthInfo
:
String
,
activeAuthInfo
:
MiSnapNfcReader.ChipData.AuthenticationData.ActiveAuthInfo
?
=
null
)
Types
Active
Auth
Info
Link copied to clipboard
@
Serializable
data
class
ActiveAuthInfo
(
val
key
:
String
,
val
signature
:
String
,
val
challenge
:
String
)
Data for NFC active authentication.
Properties
active
Auth
Info
Link copied to clipboard
val
activeAuthInfo
:
MiSnapNfcReader.ChipData.AuthenticationData.ActiveAuthInfo
?
=
null
chip
Auth
Info
Link copied to clipboard
val
chipAuthInfo
:
String
com
Link copied to clipboard
val
com
:
String
data
Format
Link copied to clipboard
val
dataFormat
:
String
data
Groups
Link copied to clipboard
val
dataGroups
:
Map
<
String
,
String
>
sod
Link copied to clipboard
val
sod
:
String