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

ResetProvider

siemensikkema edited this page Feb 25, 2020 · 1 revision

ResetProvider

public final class ResetProvider<U: JWTAuthenticatable & PasswordResettable>

Initializers

init(configFactory:)

public init(configFactory: @escaping (Container) throws -> ResetConfig<U>)

Methods

commands(databaseIdentifier:)

public static func commands(databaseIdentifier: DatabaseIdentifier<U.Database>) -> [String: Command]

didBoot(_:)

public func didBoot(_ container: Container) throws -> Future<Void>

register(_:)

public func register(_ services: inout Services) throws
Clone this wiki locally