AuthComponent::authenticate PHP Method

authenticate() public method

authenticate the user using the defined methods in $config
public authenticate ( ) : boolean
return boolean
    public function authenticate()
    {
        return $this->check($this->config["authenticate"], "authenticate");
    }