Contents

configuration

The current configuration for a token.

Declaration

var configuration: TKToken.Configuration { get }

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