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

# token

A unique push token that may be used to deliver updates for widgets and widget relevances.

## Declaration

```swift
let token: Data
```

## Discussion

Discussion This token is valid until told otherwise through the pushTokenDidChange(_:widgets:) method on your push handler.
