Pop\Auth\Adapter\AdapterInterface::authenticate PHP Метод

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

Method to authenticate the user
public authenticate ( string $username, string $password, integer $encryption, array $options ) : boolean
$username string
$password string
$encryption integer
$options array
Результат boolean
    public function authenticate($username, $password, $encryption, $options);
AdapterInterface