CAS_Client::wasAuthenticationCalled PHP Method

wasAuthenticationCalled() public method

Answer true if authentication has been checked.
    public function wasAuthenticationCalled()
    {
        return !empty($this->_authentication_caller);
    }
CAS_Client