\App\Http\MiddlewareCheckAuth

Summary

Methods
Properties
Constants
__construct()
handle()
No public properties found
No constants found
No protected methods found
$userService
$oauthService
$roleService
$ruleService
$areaService
$redisClient
$post
N/A
No private methods found
No private properties found
N/A

Properties

$userService

$userService : 

Type

$oauthService

$oauthService : 

Type

$roleService

$roleService : 

Type

$ruleService

$ruleService : 

Type

$areaService

$areaService : 

Type

$redisClient

$redisClient : 

Type

$post

$post : 

Type

Methods

__construct()

__construct(\Illuminate\Http\Request  $request) 

Parameters

\Illuminate\Http\Request $request

handle()

handle(\Illuminate\Http\Request  $request, \Closure  $next) : mixed

Handle an incoming request.

Parameters

\Illuminate\Http\Request $request
\Closure $next

Returns

mixed