BiometricOnly
open class BiometricOnly : BiometricAuthenticator
DeviceAuthenticator adoption for biometric only authentication
-
Initializes BiometricOnly with the right LAPolicy
Declaration
Swift
public override init()
-
Generate public and private key pair
Declaration
Swift
open override func generateKeys() throws -> KeyPair
-
Check if authentication is supported
Declaration
Swift
open override func isSupported() -> Bool
-
Access Control for the authetication type
Declaration
Swift
open override func accessControl() -> SecAccessControl?
-
Declaration
Swift
open override func type() -> DeviceBindingAuthenticationType