---
title: TKSmartCardTokenDriverDelegate
framework: cryptotokenkit
role: symbol
role_heading: Protocol
path: cryptotokenkit/tksmartcardtokendriverdelegate
---

# TKSmartCardTokenDriverDelegate

The interface that a smart card token driver delegate implements to respond to token creation events.

## Declaration

```swift
protocol TKSmartCardTokenDriverDelegate : TKTokenDriverDelegate
```

## Topics

### Delegate Methods

- [tokenDriver(_:createTokenFor:aid:)](cryptotokenkit/tksmartcardtokendriverdelegate/tokendriver(_:createtokenfor:aid:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [TKTokenDriverDelegate](cryptotokenkit/tktokendriverdelegate.md)
