<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKIdentityDocumentDescriptor/intentToStore(element:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(pl)PKIdentityDocumentDescriptor(im)intentToStoreForElement:"
  },
  "title" : "intentToStore(element:)"
}
-->

# intentToStore(element:)

Gets the intent to store for an identity element you specify.

```
func intentToStore(element: PKIdentityElement) -> PKIdentityIntentToStore?
```

## Parameters

`element`

The element to inspect.

## Return Value

A [`PKIdentityIntentToStore`](/documentation/PassKit/PKIdentityIntentToStore) for the element, if available.

## Discussion

---

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)