---
title: CTSubscriberTokenRefreshed
framework: coretelephony
role: symbol
role_heading: Global Variable
path: coretelephony/ctsubscribertokenrefreshed
---

# CTSubscriberTokenRefreshed

The name of the notification indicating that the carrier token is available.

## Declaration

```swift
let CTSubscriberTokenRefreshed: String
```

## Discussion

Discussion The notification’s object property is the CTSubscriber instance whose subscriber token refreshed.

## See Also

### Managing the carrier token

- [carrierToken](coretelephony/ctsubscriber/carriertoken.md)
- [refreshCarrierToken()](coretelephony/ctsubscriber/refreshcarriertoken().md)
