Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Application_Gatekeeper_KeyMakers

siemensikkema edited this page Sep 3, 2021 · 1 revision

Application.Gatekeeper.KeyMakers

public struct KeyMakers 

Initializers

init(_:)

public init(_ gatekeeper: Application.Gatekeeper) 

Properties

keyMaker

public var keyMaker: GatekeeperKeyMaker 

Methods

use(_:)

public func use(_ makeKeyMaker: @escaping (Application) -> GatekeeperKeyMaker) 

use(_:)

public func use(_ provider: Provider)