Home
last modified time | relevance | path

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

/plugin/fedauth/Auth/OpenID/
DConsumer.php1013 $to_match = new Auth_OpenID_ServiceEndpoint();
1014 $to_match->type_uris = array(Auth_OpenID_TYPE_1_1);
1015 $to_match->local_id = $message->getArg(Auth_OpenID_OPENID1_NS,
1019 $to_match->claimed_id = $claimed_id;
1021 if ($to_match->local_id === null) {
1026 $to_match_1_0 = $to_match->copy();
1030 $result = $this->_verifyDiscoverySingle($endpoint, $to_match);
1048 return $this->_discoverAndVerify($to_match->claimed_id,
1049 array($to_match, $to_match_1_0));
1055 function _verifyDiscoverySingle($endpoint, $to_match) argument
[all …]
/plugin/openid/Auth/OpenID/
DConsumer.php1070 $to_match = new Auth_OpenID_ServiceEndpoint();
1071 $to_match->type_uris = [Auth_OpenID_TYPE_1_1];
1072 $to_match->local_id = $message->getArg(Auth_OpenID_OPENID1_NS,
1076 $to_match->claimed_id = $claimed_id;
1078 if ($to_match->local_id === null) {
1083 $to_match_1_0 = $to_match->copy();
1087 $result = $this->_verifyDiscoverySingle($endpoint, $to_match);
1105 return $this->_discoverAndVerify($to_match->claimed_id,
1106 [$to_match, $to_match_1_0]);
1112 * @param Auth_OpenID_ServiceEndpoint $to_match
[all …]