BiometricAuthenticationType

enum BiometricAuthenticationType : Int, CustomStringConvertible

Biometric authentication type: TouchID and FaceID.

  • The device does not support biometry.

    Declaration

    Swift

    case none
  • The device supports Touch ID.

    Declaration

    Swift

    case touchID
  • The device supports Face ID.

    Declaration

    Swift

    case faceID
  • Declaration

    Swift

    var description: String { get }