---
title: "passEntries(completion:)"
framework: passkit
role: symbol
role_heading: Instance Method
path: "passkit/pkissuerprovisioningextensionhandler/passentries(completion:)"
---

# passEntries(completion:)

Reports the list of passes available to add to an iPhone.

## Declaration

```swift
func passEntries(completion: @escaping @Sendable ([PKIssuerProvisioningExtensionPassEntry]) -> Void)
```

```swift
func passEntries() async -> [PKIssuerProvisioningExtensionPassEntry]
```

## Parameters

- `completion`: A completion handler that the system calls to find the list of passes available to add to an iPhone. This handler takes the following parameter:

## See Also

### Returning available passes

- [remotePassEntries(completion:)](passkit/pkissuerprovisioningextensionhandler/remotepassentries(completion:).md)
- [PKIssuerProvisioningExtensionPassEntry](passkit/pkissuerprovisioningextensionpassentry.md)
- [PKIssuerProvisioningExtensionPaymentPassEntry](passkit/pkissuerprovisioningextensionpaymentpassentry.md)
