---
title: token
framework: widgetkit
role: symbol
role_heading: Instance Property
path: widgetkit/controlpushinfo/token
---

# token

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

## Declaration

```swift
let token: Data
```

## Discussion

Discussion This token is valid until told otherwise through the pushTokensDidChange(controls:) method on your push handler.
