---
title: biometryCurrentSet
framework: localauthentication
role: symbol
role_heading: Type Property
path: localauthentication/laauthenticationrequirement/biometrycurrentset
---

# biometryCurrentSet

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

## Declaration

```swift
class var biometryCurrentSet: LAAuthenticationRequirement { get }
```

## Discussion

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

- [default](localauthentication/laauthenticationrequirement/default.md)
- [biometry](localauthentication/laauthenticationrequirement/biometry.md)
- [biometry(fallback:)](localauthentication/laauthenticationrequirement/biometry(fallback:).md)
