W3cubDocs

/Laravel 5.2

AuthenticateWithBasicAuth

class AuthenticateWithBasicAuth (View source)

Methods

void __construct( Factory $auth)

Create a new middleware instance.

mixed handle( Request $request, Closure $next, string|null $guard = null)

Handle an incoming request.

Details

void __construct( Factory $auth)

Create a new middleware instance.

Parameters

Factory $auth

Return Value

void

mixed handle( Request $request, Closure $next, string|null $guard = null)

Handle an incoming request.

Parameters

Request $request
Closure $next
string|null $guard

Return Value

mixed

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.2/Illuminate/Auth/Middleware/AuthenticateWithBasicAuth.html