---
title: configuration
framework: cryptotokenkit
role: symbol
role_heading: Instance Property
path: cryptotokenkit/tktoken/configuration-swift.property
---

# configuration

The current configuration for a token.

## Declaration

```swift
var configuration: TKToken.Configuration { get }
```

## Discussion

Discussion Access keychain items exported by this token with the methods key(for:) and certificate(for:) provided by the configuration. You can access token-implementation-specific additional data using the configurationData property of the configuration.

## See Also

### Configuring the Token

- [TKToken.Configuration](cryptotokenkit/tktoken/configuration-swift.class.md)
