Documentation

AuthenticateWithBasicAuth
in package

Table of Contents

$auth  : Factory
The guard factory instance.
__construct()  : void
Create a new middleware instance.
handle()  : mixed
Handle an incoming request.

Properties

Methods

handle()

Handle an incoming request.

public handle(Request $request, Closure $next[, string|null $guard = null ]) : mixed
Parameters
$request : Request
$next : Closure
$guard : string|null = null
Return values
mixed

Search results