brightdigit/MistKit

View on GitHub
Documentation/Reference/MistKitVapor/classes/MKVaporModelStorage.md

Summary

Maintainability
Test Coverage
**CLASS**

# `MKVaporModelStorage`

```swift
public class MKVaporModelStorage<ModelType: MKModelStorable>: MKTokenStorage
```

## Properties
### `model`

```swift
public let model: ModelType
```

### `webAuthenticationToken`

```swift
public var webAuthenticationToken: String?
```

## Methods
### `init(model:)`

```swift
public init(model: ModelType)
```