Auth_OpenID_CheckIDRequest::returnToVerified PHP Method

returnToVerified() public method

This check should only be performed after making sure that the return_to URL matches the realm.
public returnToVerified ( )
    function returnToVerified()
    {
        $fetcher = Auth_Yadis_Yadis::getHTTPFetcher();
        return call_user_func_array($this->verifyReturnTo, array($this->trust_root, $this->return_to, $fetcher));
    }