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

# LACredentialType

The types of credentials to be used for authentication.

```
enum LACredentialType
```

## Topics

### Cases

[`LACredentialType.applicationPassword`](/documentation/LocalAuthentication/LACredentialType/applicationPassword)

Specifies that a password is provided by the application.

[`LACredentialType.smartCardPIN`](/documentation/LocalAuthentication/LACredentialType/smartCardPIN)

### Constants

[`kLACredentialTypeApplicationPassword`](/documentation/LocalAuthentication/kLACredentialTypeApplicationPassword)

Specifies that a password is provided by the application.

[`kLACredentialSmartCardPIN`](/documentation/LocalAuthentication/kLACredentialSmartCardPIN)



---

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)