BioFactor
public enum BioFactor : String
Setting on the key dictating biometric authentication requirements and whether the key persists after device’s biometric settings are modified.
-
Biometric authentication is not required for the key.
Declaration
Swift
case none = ""
-
Keys persist even after the device’s biometric settings are modified.
Declaration
Swift
case flex = "bio flex"
-
Keys are bricked in the event the device’s biometric settings are modified.
Declaration
Swift
case fixed = "bio fixed"