Home
last modified time | relevance | path

Searched refs:assoc_session (Results 1 – 2 of 2) sorted by path

/plugin/fedauth/Auth/OpenID/
H A DConsumer.php1554 list($assoc_session, $args) = $this->_createAssociateRequest(
1573 function _extractAssociation($assoc_response, $assoc_session) argument
1627 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 …]
/plugin/openid/Auth/OpenID/
H A DConsumer.php1647 list($assoc_session, $args) = $this->_createAssociateRequest(
1666 * @param Auth_OpenID_PlainTextConsumerSession $assoc_session
1669 function _extractAssociation($assoc_response, $assoc_session) argument
1723 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 …]