---
title: "init(_:)"
framework: passkit
role: symbol
role_heading: Initializer
path: "passkit/jpkipasscontents/init(_:)"
---

# init(_:)

Initializes with the digital identity state of the provided pass.

## Declaration

```swift
init(_ pass: PKPass) async throws
```

## Parameters

- `pass`: The provided pass.
