Lines Matching refs:assoc_response
1665 * @param Auth_OpenID_Message $assoc_response
1669 function _extractAssociation($assoc_response, $assoc_session) argument
1673 $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() &&
1748 $secret = $assoc_session->extractSecret($assoc_response);
1812 * @param Auth_OpenID_Message $assoc_response
1815 function _getOpenID1SessionType($assoc_response) argument
1819 $session_type = $assoc_response->getArg(Auth_OpenID_OPENID1_NS,