PHP 클래스 REBELinBLUE\Deployer\Listeners\Events\CreateJwt

상속: extends Event
파일 보기 프로젝트 열기: rebelinblue/deployer

보호된 프로퍼티들

프로퍼티 타입 설명
$auth Tymon\JWTAuth\JWTAuth

공개 메소드들

메소드 설명
__construct ( Tymon\JWTAuth\JWTAuth $auth ) Create a new middleware instance.
handle ( Illuminate\Auth\Events\Login $event ) Handle the event.

메소드 상세

__construct() 공개 메소드

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

handle() 공개 메소드

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

프로퍼티 상세

$auth 보호되어 있는 프로퍼티

protected JWTAuth,Tymon\JWTAuth $auth
리턴 Tymon\JWTAuth\JWTAuth