Contents

biometryCurrentSet

The requirement that requires user authentication with the current set of biometrics.

Declaration

class var biometryCurrentSet: LAAuthenticationRequirement { get }

Discussion

Authorizations with this requirement fail when:

  • Biometrics aren’t available on the current device.

  • There aren’t any enrolled biometrics on the current device.

  • There’s a change in enrolled biometrics on the current device. For example, adding a new finger to Touch ID changes the set of enrolled biometrics.

See Also

Specifying authentication requirements