Initializervapor 4.114.1Vapor
init(_:)
Application+Passwords.swift:12@preconcurrency init(_ run: @escaping (Application) -> ())
@preconcurrency init(_ run: @escaping (Application) -> ())
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
struct Provider
final class Application
Core type representing a Vapor application.
struct Passwords
static var bcrypt: Self { get }
static var plaintext: Self { get }
static func bcrypt(cost: Int) -> Application.Passwords.Provider