<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -",
    "macOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WidgetKit",
  "identifier" : "/documentation/WidgetKit/ControlPushInfo/token",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "WidgetKit"
    ],
    "preciseIdentifier" : "s:9WidgetKit15ControlPushInfoV5token10Foundation4DataVvp"
  },
  "title" : "token"
}
-->

# token

A unique push token that may be used to deliver updates for this
control.

```
let token: Data
```

## Discussion

This token is valid until told otherwise through the
[`pushTokensDidChange(controls:)`](/documentation/WidgetKit/ControlPushHandler/pushTokensDidChange(controls:)) method on your push
handler.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)