MiSnap 5.x Release Pipeline
androidJvm
nfc-reader
/
com.miteksystems.misnap.nfc
/
MiSnapNfcReader
/
ChipData
/
AuthenticationData
/
ActiveAuthInfo
Active
Auth
Info
@
Serializable
data
class
ActiveAuthInfo
(
val
key
:
String
,
val
signature
:
String
,
val
challenge
:
String
)
Data for NFC active authentication.
Members
Constructors
Active
Auth
Info
Link copied to clipboard
constructor
(
key
:
String
,
signature
:
String
,
challenge
:
String
)
Properties
challenge
Link copied to clipboard
val
challenge
:
String
key
Link copied to clipboard
val
key
:
String
signature
Link copied to clipboard
val
signature
:
String