Home
last modified time | relevance | path

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

/plugin/fedauth/Auth/OpenID/
DConsumer.php1554 list($assoc_session, $args) = $this->_createAssociateRequest(
1567 return $this->_extractAssociation($response_message, $assoc_session);
1573 function _extractAssociation($assoc_response, $assoc_session) argument
1627 if ($assoc_session->session_type != $session_type) {
1635 $assoc_session = new Auth_OpenID_PlainTextConsumerSession();
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')) {
[all …]
/plugin/openid/Auth/OpenID/
DConsumer.php1647 list($assoc_session, $args) = $this->_createAssociateRequest(
1660 return $this->_extractAssociation($response_message, $assoc_session);
1666 * @param Auth_OpenID_PlainTextConsumerSession $assoc_session
1669 function _extractAssociation($assoc_response, $assoc_session) argument
1723 if ($assoc_session->session_type != $session_type) {
1731 $assoc_session = new Auth_OpenID_PlainTextConsumerSession();
1741 if (!in_array($assoc_type, $assoc_session->allowed_assoc_types)) {
1748 $secret = $assoc_session->extractSecret($assoc_response);
1772 $assoc_session = $session_type_class();
1774 $assoc_session = new $session_type_class();
[all …]