---
title: token
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nspersistenthistorytransaction/token
---

# token

The token that represents this transaction in the persistent history.

## Declaration

```swift
var token: NSPersistentHistoryToken { get }
```

## See Also

### Inspecting Transaction Details

- [author](coredata/nspersistenthistorytransaction/author.md)
- [bundleID](coredata/nspersistenthistorytransaction/bundleid.md)
- [changes](coredata/nspersistenthistorytransaction/changes.md)
- [contextName](coredata/nspersistenthistorytransaction/contextname.md)
- [processID](coredata/nspersistenthistorytransaction/processid.md)
- [storeID](coredata/nspersistenthistorytransaction/storeid.md)
- [timestamp](coredata/nspersistenthistorytransaction/timestamp.md)
- [transactionNumber](coredata/nspersistenthistorytransaction/transactionnumber.md)
