---
title: delegate
framework: cryptotokenkit
role: symbol
role_heading: Instance Property
path: cryptotokenkit/tktoken/delegate
---

# delegate

The token delegate.

## Declaration

```swift
weak var delegate: (any TKTokenDelegate)? { get set }
```

## See Also

### Responding to Session Creation

- [TKTokenDelegate](cryptotokenkit/tktokendelegate.md)
