PHP Class REBELinBLUE\Deployer\Listeners\Events\CreateJwt

Inheritance: extends Event
Show file Open project: rebelinblue/deployer

Protected Properties

Property Type Description
$auth Tymon\JWTAuth\JWTAuth

Public Methods

Method Description
__construct ( Tymon\JWTAuth\JWTAuth $auth ) Create a new middleware instance.
handle ( Illuminate\Auth\Events\Login $event ) Handle the event.

Method Details

__construct() public method

Create a new middleware instance.
public __construct ( Tymon\JWTAuth\JWTAuth $auth )
$auth Tymon\JWTAuth\JWTAuth

handle() public method

Handle the event.
public handle ( Illuminate\Auth\Events\Login $event )
$event Illuminate\Auth\Events\Login

Property Details

$auth protected property

protected JWTAuth,Tymon\JWTAuth $auth
return Tymon\JWTAuth\JWTAuth