class Illuminate / Auth / Middleware / AuthenticateWithBasicAuth
You are viewing an older version of the documentation. For the latest, please visit master documentation.

AuthenticateWithBasicAuth

Properties

protected

$auth Factory

The guard factory instance.

Default: null

Methods

public

__construct ( Factory $auth ) : void

Create a new middleware instance.

Parameters

public

handle ( $request , Closure $next , $guard , $field ) : mixed

Handle an incoming request.

Parameters