---
title: LABiometryType
framework: localauthentication
role: symbol
role_heading: Enumeration
path: localauthentication/labiometrytype
---

# LABiometryType

The set of available biometric authentication types.

## Declaration

```swift
enum LABiometryType
```

## Topics

### Types

- [LABiometryType.none](localauthentication/labiometrytype/none.md)
- [LABiometryType.faceID](localauthentication/labiometrytype/faceid.md)
- [LABiometryType.touchID](localauthentication/labiometrytype/touchid.md)
- [LABiometryType.opticID](localauthentication/labiometrytype/opticid.md)

### Legacy Types

- [LABiometryNone](localauthentication/labiometrytype/labiometrynone.md)

### Initializers

- [init(rawValue:)](localauthentication/labiometrytype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Checking availability

- [canEvaluatePolicy(_:error:)](localauthentication/lacontext/canevaluatepolicy(_:error:).md)
- [LAPolicy](localauthentication/lapolicy.md)
- [biometryType](localauthentication/lacontext/biometrytype.md)
