BiometryError

public enum BiometryError : LocalizedError, Equatable

A type representing possible errors NimbleLocalAuthentication can throw.

  • Authentication was not successful because there were too many failed biometry attempts and biometry is now locked. Passcode is required to unlock biometry, e.g. evaluating

    Declaration

    Swift

    case lockout
  • Authentication could not start because biometry has no enrolled identities.

    Declaration

    Swift

    case notEnrolled
  • Authentication could not start because biometry is not available on the device.

    Declaration

    Swift

    case notAvailable
  • Authentication could not start because of other reasons.

    Declaration

    Swift

    case failed