<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.2 -",
    "visionOS: 1.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "LocalAuthentication",
  "identifier" : "/documentation/LocalAuthentication/LABiometryType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Local Authentication"
    ],
    "preciseIdentifier" : "c:@E@LABiometryType"
  },
  "title" : "LABiometryType"
}
-->

# LABiometryType

The set of available biometric authentication types.

```
enum LABiometryType
```

## Topics

### Types

[`LABiometryTypeNone`](/documentation/LocalAuthentication/LABiometryType/none)

No biometry type is supported.

[`LABiometryTypeFaceID`](/documentation/LocalAuthentication/LABiometryType/faceID)

The device supports Face ID.

[`LABiometryTypeTouchID`](/documentation/LocalAuthentication/LABiometryType/touchID)

The device supports Touch ID.

[`LABiometryTypeOpticID`](/documentation/LocalAuthentication/LABiometryType/opticID)

The device supports Optic ID.

### Legacy Types

[`LABiometryNone`](/documentation/LocalAuthentication/LABiometryType/LABiometryNone)

No biometry type is supported.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)