---
title: password
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkaddcarkeypassconfiguration/password
---

# password

A one-time password that the vehicle manufacturer provides.

## Declaration

```swift
var password: String { get set }
```

## Discussion

Discussion When creating a digital car key, the vehicle manufacturer emails the user a one-time password to verify their identity. Set this property’s value to that password before you use the configuration to initialize PKAddSecureElementPassViewController, and PassKit verifies that the passwords match as it creates the pass.
