<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AuthenticationServices",
  "identifier" : "/documentation/AuthenticationServices/ASPasskeyCredentialRequest/excludedCredentials",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Authentication Services"
    ],
    "preciseIdentifier" : "c:objc(cs)ASPasskeyCredentialRequest(py)excludedCredentials"
  },
  "title" : "excludedCredentials"
}
-->

# excludedCredentials

A list of IDs that represent existing passkeys for the account, to prevent creation of duplicate passkeys.

```
var excludedCredentials: [ASAuthorizationPlatformPublicKeyCredentialDescriptor]? { get }
```

## Discussion

This value corresponds to the WebAuthn parameter `excludeCredentials`.

---

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)