PHP Class REBELinBLUE\Deployer\Listeners\Events\CreateJwt

Inheritance: extends Event
Afficher le fichier Open project: rebelinblue/deployer

Protected Properties

Свойство Type Description
$auth Tymon\JWTAuth\JWTAuth

Méthodes publiques

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

Method Details

__construct() public méthode

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

handle() public méthode

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

Property Details

$auth protected_oe property

protected JWTAuth,Tymon\JWTAuth $auth
Résultat Tymon\JWTAuth\JWTAuth