Searched refs:assoc_session (Results 1 – 2 of 2) sorted by relevance
1554 list($assoc_session, $args) = $this->_createAssociateRequest(1573 function _extractAssociation($assoc_response, $assoc_session) argument1627 if ($assoc_session->session_type != $session_type) {1645 if (!in_array($assoc_type, $assoc_session->allowed_assoc_types)) {1652 $secret = $assoc_session->extractSecret($assoc_response);1671 $assoc_session = $session_type_class();1673 $assoc_session = new $session_type_class();1690 ($assoc_session->session_type != 'no-encryption')) {1691 $args['session_type'] = $assoc_session->session_type;1694 $args = array_merge($args, $assoc_session->getRequest());[all …]
1647 list($assoc_session, $args) = $this->_createAssociateRequest(1666 * @param Auth_OpenID_PlainTextConsumerSession $assoc_session1669 function _extractAssociation($assoc_response, $assoc_session) argument1723 if ($assoc_session->session_type != $session_type) {1748 $secret = $assoc_session->extractSecret($assoc_response);1772 $assoc_session = $session_type_class();1774 $assoc_session = new $session_type_class();1792 ($assoc_session->session_type != 'no-encryption')) {1793 $args['session_type'] = $assoc_session->session_type;1796 $args = array_merge($args, $assoc_session->getRequest());[all …]