Home
last modified time | relevance | path

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

/plugin/openid/Auth/OpenID/
H A DServer.php1099 (!$this->server->op_endpoint)) {
1105 $server_url = $this->server->op_endpoint;
1894 public $op_endpoint; variable in Auth_OpenID_Server
1900 * @param Auth_OpenID_ServiceEndpoint|null $op_endpoint
1902 function __construct($store, $op_endpoint=null) argument
1908 $this->op_endpoint = $op_endpoint;
/plugin/fedauth/Auth/OpenID/
H A DServer.php983 (!$this->server->op_endpoint)) {
989 $server_url = $this->server->op_endpoint;
1682 function Auth_OpenID_Server($store, $op_endpoint=null) argument
1688 $this->op_endpoint = $op_endpoint;