PHP 클래스 Domain\Auth\AuthService

상속: implements Domain\Auth\Contracts\AuthService
파일 보기 프로젝트 열기: resultsystems/school 1 사용 예제들

공개 메소드들

메소드 설명
byCredentials ( array $credentials, string $type ) : array
login ( Illuminate\Contracts\Auth\Authenticatable $user, boolean $remember = false ) : array
logout ( $token = null ) : boolean

비공개 메소드들

메소드 설명
getUser ( string $token ) : array Get user authenticate.

메소드 상세

byCredentials() 공개 메소드

public byCredentials ( array $credentials, string $type ) : array
$credentials array
$type string
리턴 array

login() 공개 메소드

public login ( Illuminate\Contracts\Auth\Authenticatable $user, boolean $remember = false ) : array
$user Illuminate\Contracts\Auth\Authenticatable
$remember boolean
리턴 array

logout() 공개 메소드

public logout ( $token = null ) : boolean
리턴 boolean