Structures

The following structures are available globally.

  • The configuration object for LockKit instance.

    The instance of this struct is passed to the LockKit initializer in order to supply additional configuration as needed:

     let configuration = LockKitConfiguration(logLevel: .debug, environment: .live)
     let donkeyLockKit = LockKit(configuration: configuration)
    
    See more

    Declaration

    Swift

    public struct LockKitConfiguration