---
title: driverConfigurations
framework: cryptotokenkit
role: symbol
role_heading: Type Property
path: cryptotokenkit/tktokendriver/configuration/driverconfigurations
---

# driverConfigurations

A dictionary of token class configurations which the class identifier of the token driver keys.

## Declaration

```swift
class var driverConfigurations: [TKTokenDriver.ClassID : TKTokenDriver.Configuration] { get }
```

## Discussion

Discussion If the app hosting the token extension calls this method, it returns a list of configurations for hosted token extensions. Otherwise, this method returns an empty array.

## See Also

### Reporting Configuration Information

- [classID](cryptotokenkit/tktokendriver/configuration/classid.md)
- [tokenConfigurations](cryptotokenkit/tktokendriver/configuration/tokenconfigurations.md)
