<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CryptoTokenKit",
  "identifier" : "/documentation/CryptoTokenKit/TKTokenDriverDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "CryptoTokenKit"
    ],
    "preciseIdentifier" : "c:objc(pl)TKTokenDriverDelegate"
  },
  "title" : "TKTokenDriverDelegate"
}
-->

# TKTokenDriverDelegate

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

```
protocol TKTokenDriverDelegate : NSObjectProtocol
```

## Topics

### Creating and Removing Tokens

[`-  tokenDriver:terminateToken:`](/documentation/CryptoTokenKit/TKTokenDriverDelegate/tokenDriver(_:terminateToken:))

Tells the delegate to terminate the token you specify.

[`-  tokenDriver:tokenForConfiguration:error:`](/documentation/CryptoTokenKit/TKTokenDriverDelegate/tokenDriver(_:tokenFor:))

Creates a new token for the configuration you specify.

## Relationships

### Inherited By

[`TKSmartCardTokenDriverDelegate`](/documentation/CryptoTokenKit/TKSmartCardTokenDriverDelegate)

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)