Home
last modified time | relevance | path

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

/plugin/fedauth/Auth/OpenID/
H A DServer.php354 var $invalidate_handle = null; variable in Auth_OpenID_CheckAuthRequest
357 $invalidate_handle = null) argument
361 if ($invalidate_handle !== null) {
362 $this->invalidate_handle = $invalidate_handle;
394 $result->invalidate_handle = $message->getArg(Auth_OpenID_OPENID_NS,
412 if ($this->invalidate_handle) {
413 $assoc = $signatory->getAssociation($this->invalidate_handle,
418 $this->invalidate_handle);
H A DConsumer.php1382 $invalidate_handle = $response->getArg(Auth_OpenID_OPENID_NS,
1385 if ($invalidate_handle !== null) {
1387 $invalidate_handle);
/plugin/openid/Auth/OpenID/
H A DServer.php396 public $invalidate_handle = null; variable in Auth_OpenID_CheckAuthRequest
403 function __construct($assoc_handle, $signed, $invalidate_handle = null) argument
407 if ($invalidate_handle !== null) {
408 $this->invalidate_handle = $invalidate_handle;
439 $result->invalidate_handle = $message->getArg(Auth_OpenID_OPENID_NS,
461 if ($this->invalidate_handle) {
462 $assoc = $signatory->getAssociation($this->invalidate_handle,
467 $this->invalidate_handle);
H A DConsumer.php1469 $invalidate_handle = $response->getArg(Auth_OpenID_OPENID_NS,
1472 if ($invalidate_handle !== null) {
1474 $invalidate_handle);