DecryptSensePrintModel
struct DecryptSensePrintModel : Hashable
This model is used to store and tranfer the data throw diffreent view and verify the sensePrint
-
If user have added the password in the senseprint
Declaration
Swift
var password: String
-
and the sensePrintData fetched from the QR code
Declaration
Swift
var sensePrint: Data
-
Declaration
Swift
init(password: String, sensePrint: Data)