Structurevapor 4.114.1Vapor
Provider
Application+Passwords.swift:9struct Provider
struct Provider
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 Passwords
final class Application
Core type representing a Vapor application.
@preconcurrency func use(_ makeVerifier: @escaping (Application) -> (PasswordHasher))
func use(_ provider: Provider)
protocol Sendable
@preconcurrency init(_ run: @escaping (Application) -> ())
static var bcrypt: Self { get }
static var plaintext: Self { get }
static func bcrypt(cost: Int) -> Application.Passwords.Provider