Home
last modified time | relevance | path

Searched refs:assoc_handle (Results 1 – 4 of 4) sorted by relevance

/plugin/openid/Auth/OpenID/
H A DServer.php399 private $assoc_handle = ''; variable in Auth_OpenID_CheckAuthRequest
405 $this->assoc_handle = $assoc_handle;
818 public $assoc_handle = ''; variable in Auth_OpenID_CheckIDRequest
833 * @param string $assoc_handle
873 * @param string $assoc_handle
883 $this->assoc_handle = $assoc_handle;
912 ($this->assoc_handle == $other->assoc_handle) &&
1271 if ($this->assoc_handle) {
1461 * @param string $assoc_handle
1489 $assoc_handle = $request->assoc_handle;
[all …]
H A DConsumer.php992 $assoc_handle = $message->getArg(Auth_OpenID_OPENID_NS,
994 if (Auth_OpenID::isFailure($assoc_handle)) {
995 return $assoc_handle;
998 $assoc = $this->store->getAssociation($server_url, $assoc_handle);
1016 $this->store->removeAssociation($server_url, $assoc_handle);
1681 $assoc_handle = $assoc_response->getArg(
1685 if (Auth_OpenID::isFailure($assoc_handle)) {
1686 return $assoc_handle;
1755 $expires_in, $assoc_handle, $secret, $assoc_type);
/plugin/fedauth/Auth/OpenID/
H A DServer.php359 $this->assoc_handle = $assoc_handle;
405 $signatory->invalidate($this->assoc_handle, true);
772 $this->assoc_handle = $assoc_handle;
797 ($this->assoc_handle == $other->assoc_handle) &&
1150 if ($this->assoc_handle) {
1151 $q['assoc_handle'] = $this->assoc_handle;
1324 function verify($assoc_handle, $message) argument
1343 $assoc_handle = $response->request->assoc_handle;
1345 if ($assoc_handle) {
1400 if ($assoc_handle === null) {
[all …]
H A DConsumer.php939 $assoc_handle = $message->getArg(Auth_OpenID_OPENID_NS,
941 if (Auth_OpenID::isFailure($assoc_handle)) {
942 return $assoc_handle;
945 $assoc = $this->store->getAssociation($server_url, $assoc_handle);
963 $this->store->removeAssociation($server_url, $assoc_handle);
1585 $assoc_handle = $assoc_response->getArg(
1589 if (Auth_OpenID::isFailure($assoc_handle)) {
1590 return $assoc_handle;
1659 $expires_in, $assoc_handle, $secret, $assoc_type);