PHP 클래스 Webiny\Component\Security\User\Providers\Memory\User

상속: extends Webiny\Component\Security\User\AbstractUser
파일 보기 프로젝트 열기: Webiny/Framework 1 사용 예제들

공개 메소드들

메소드 설명
authenticate ( Login $login, Firewall $firewall ) : boolean This method verifies the credentials of current user with the credentials provided from the Login object.

메소드 상세

authenticate() 공개 메소드

This method verifies the credentials of current user with the credentials provided from the Login object.
public authenticate ( Login $login, Firewall $firewall ) : boolean
$login Webiny\Component\Security\Authentication\Providers\Login
$firewall Webiny\Component\Security\Authentication\Firewall
리턴 boolean Return true if credentials are valid, otherwise return false.