<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "LocalAuthentication",
  "identifier" : "/documentation/LocalAuthentication/LAAuthenticationRequirement/biometryCurrentSet",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Local Authentication"
    ],
    "preciseIdentifier" : "c:objc(cs)LAAuthenticationRequirement(cpy)biometryCurrentSetRequirement"
  },
  "title" : "biometryCurrentSet"
}
-->

# biometryCurrentSet

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

```
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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)