GuardInterface
interface GuardInterface implements Guard
이 인터페이스는 Xpressengine의 인증클래스가 구현해야 하는 인터페이스이다.
Laravel의 기본 인터페이스에 makeGuest가 추가되었다.
Methods
mixed
checkAdminAuth(bool $refresh = false)
관리자 인증 검사
mixed
attemptAdminAuth(array $credentials)
관리자 인증 시도
Details
at line 38
Guest
makeGuest()
Guest 회원 인스턴스를 생성하여 반환한다.
at line 47
mixed
checkAdminAuth(bool $refresh = false)
관리자 인증 검사
at line 56
mixed
attemptAdminAuth(array $credentials)
관리자 인증 시도