BiometricAndDeviceCredential

open class BiometricAndDeviceCredential : BiometricAuthenticator

DeviceAuthenticator adoption for biometric and Device Credential authentication

  • Initializes BiometricOnly with the rightLAPolicy

    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