MiSnap 5.x Release Pipeline
androidJvm
core
/
com.miteksystems.misnap.core.serverconnection
/
MiSnapTransactionResult
/
NfcResult
/
AuthenticationData
/
ActiveAuthInfo
Active
Auth
Info
data
class
ActiveAuthInfo
(
val
key
:
String
,
val
signature
:
String
,
val
challenge
:
String
)
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