laravel / 5.1.33 / api / 5.1 / illuminate / auth / middleware / authenticatewithbasicauth.html /

AuthenticateWithBasicAuth

class AuthenticateWithBasicAuth (View source)

Properties

protected Guard $auth The guard instance.

Methods

void __construct(Guard $auth)

Create a new middleware instance.

mixed handle(Request $request, Closure $next)

Handle an incoming request.

Details

void __construct(Guard $auth)

Create a new middleware instance.

Parameters

Guard $auth

Return Value

void

mixed handle(Request $request, Closure $next)

Handle an incoming request.

Parameters

Request $request
Closure $next

Return Value

mixed

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