Webiny\Component\Security\User\AbstractUser::authenticate PHP Метод

authenticate() абстрактный публичный Метод

This method verifies the credentials of current user with the credentials provided from the Login object.
abstract 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.
    abstract function authenticate(Login $login, Firewall $firewall);