Searched refs:assoc_response (Results 1 – 2 of 2) sorted by relevance
1665 * @param Auth_OpenID_Message $assoc_response1669 function _extractAssociation($assoc_response, $assoc_session) argument1673 $assoc_type = $assoc_response->getArg(1681 $assoc_handle = $assoc_response->getArg(1693 $expires_in_str = $assoc_response->getArg(1705 "response %s", print_r($assoc_response, true));1710 if ($assoc_response->isOpenID1()) {1711 $session_type = $this->_getOpenID1SessionType($assoc_response);1713 $session_type = $assoc_response->getArg(1724 if ($assoc_response->isOpenID1() &&[all …]
1573 function _extractAssociation($assoc_response, $assoc_session) argument1577 $assoc_type = $assoc_response->getArg(1585 $assoc_handle = $assoc_response->getArg(1597 $expires_in_str = $assoc_response->getArg(1609 "response %s", print_r($assoc_response, true));1614 if ($assoc_response->isOpenID1()) {1615 $session_type = $this->_getOpenID1SessionType($assoc_response);1617 $session_type = $assoc_response->getArg(1628 if ($assoc_response->isOpenID1() &&1652 $secret = $assoc_session->extractSecret($assoc_response);[all …]