Property | Type | Description | |
---|---|---|---|
$auth | Dingo\Api\Auth\Auth | Authenticator instance. | |
$router | Router instance. |
Method | Description | |
---|---|---|
__construct ( |
Create a new auth middleware instance. | |
handle ( Illuminate\Http\Request $request, Closure $next ) : mixed | Perform authentication before a request is executed. |
public __construct ( |
||
$router | ||
$auth | Dingo\Api\Auth\Auth | |
return | void |
protected Auth,Dingo\Api\Auth $auth | ||
return | Dingo\Api\Auth\Auth |