---
title: pushToStartToken
framework: nowplaying
role: symbol
role_heading: Type Property
path: nowplaying/remotemediasession/pushtostarttoken
---

# pushToStartToken

The token you use to start a RemoteMediaSession through a push notification.

## Declaration

```swift
@MainActor static var pushToStartToken: Data? { get }
```

## Mentioned in

Publishing remote media sessions

## Discussion

Discussion The push token for a RemoteMediaSession may change over time. Use the pushToStartTokenUpdates asynchronous sequence to receive an updated push-to-start token. note: When you receive an updated push token, transmit it securely to your server (for example, over HTTPS) and invalidate the outdated token promptly so it cannot be reused.
