AuthPlugin::authenticate PHP Method

authenticate() abstract public method

Authenticate a username and password.
abstract public authenticate ( $username, $password ) : boolean
$username string
$password string
return boolean true if authentication is successful
    abstract function authenticate($username, $password);