---
title: TKTokenDelegate
framework: cryptotokenkit
role: symbol
role_heading: Protocol
path: cryptotokenkit/tktokendelegate
---

# TKTokenDelegate

The interface that a token delegate implements to respond to session creation events.

## Declaration

```swift
protocol TKTokenDelegate : NSObjectProtocol
```

## Topics

### Delegate Methods

- [createSession(_:)](cryptotokenkit/tktokendelegate/createsession(_:).md)
- [token(_:terminateSession:)](cryptotokenkit/tktokendelegate/token(_:terminatesession:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Responding to Session Creation

- [delegate](cryptotokenkit/tktoken/delegate.md)
