---
title: requiresOwnershipToken
framework: homekit
role: symbol
role_heading: Instance Property
path: homekit/hmaddaccessoryrequest/requiresownershiptoken
---

# requiresOwnershipToken

An indication of whether the add operation requires an ownership token.

## Declaration

```swift
var requiresOwnershipToken: Bool { get }
```

## Discussion

Discussion In practice, this value is always true.

## See Also

### Characterizing the Request

- [home](homekit/hmaddaccessoryrequest/home.md)
- [accessoryCategory](homekit/hmaddaccessoryrequest/accessorycategory.md)
- [accessoryName](homekit/hmaddaccessoryrequest/accessoryname.md)
- [requiresSetupPayloadURL](homekit/hmaddaccessoryrequest/requiressetuppayloadurl.md)
