Instance Method (Default implementation)vapor 4.106.1Vapor
authenticate(request:)
Authentication+Concurrency.swift:37func authenticate(request: Request) async throws
func authenticate(request: Request) async throws
s5Vapor23AsyncBasicAuthenticatorPAAE12authenticate7requestyAA7RequestC_tYaKF
What are these?
FNV24: [7KIUY]
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.
protocol AsyncBasicAuthenticator : AsyncRequestAuthenticator
Helper for creating authentication middleware using the Basic authorization header.
final class Request
Represents an HTTP request in an application.
func authenticate(request: Request) async throws