---
title: "intentToStore(element:)"
framework: passkit
role: symbol
role_heading: Instance Method
path: "passkit/pkidentitydocumentdescriptor/intenttostore(element:)"
---

# intentToStore(element:)

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

## Declaration

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

## Parameters

- `element`: The element to inspect.

## Return Value

Return Value A PKIdentityIntentToStore for the element, if available.
