brightdigit/MistKit

View on GitHub
Documentation/Reference/MistKitDemo/structs/MistDemoDefaultConfiguration.md

Summary

Maintainability
Test Coverage
**STRUCT**

# `MistDemoDefaultConfiguration`

```swift
public struct MistDemoDefaultConfiguration: MistDemoConfiguration
```

## Properties
### `apiKey`

```swift
public let apiKey: String
```

### `container`

```swift
public let container = "iCloud.com.brightdigit.MistDemo"
```

### `environment`

```swift
public let environment = MKEnvironment.development
```

### `token`

```swift
public let token: String? = nil
```

## Methods
### `init(apiKey:)`

```swift
public init(apiKey: String)
```