Property | Type | Description | |
---|---|---|---|
$auth | Illuminate\Contracts\Auth\Guard | The authenticator implementation. |
Method | Description | |
---|---|---|
__construct ( Illuminate\Contracts\Auth\Guard $auth ) | Create a new filter instance. | |
createModel ( ) : |
Returns a new auth model instance. | |
handle ( Illuminate\Http\Request $request, Closure $next ) : mixed | Handle an incoming request. | |
returnNextRequest ( Illuminate\Http\Request $request, Closure $next ) : mixed | Returns the next request. |
Method | Description | |
---|---|---|
getWindowsAuthAttribute ( ) : string | Returns the windows authentication attribute. | |
handleAuthenticatedUser ( |
Handle the authenticated user model. | |
retrieveAuthenticatedUser ( string $key, string $username ) : Illuminate\Contracts\Auth\Authenticatable | null | Returns the authenticatable user instance. |
public __construct ( Illuminate\Contracts\Auth\Guard $auth ) | ||
$auth | Illuminate\Contracts\Auth\Guard |
public createModel ( ) : |
||
return |
protected getWindowsAuthAttribute ( ) : string | ||
return | string |
protected handleAuthenticatedUser ( |
||
$user | ||
$model | ||
return | void |
public returnNextRequest ( Illuminate\Http\Request $request, Closure $next ) : mixed | ||
$request | Illuminate\Http\Request | |
$next | Closure | |
return | mixed |