Home
last modified time | relevance | path

Searched refs:getServiceID (Results 1 – 3 of 3) sorted by relevance

/plugin/oauth/
H A DAdapter.php47 $event->data[$this->getServiceID()] = $this;
70 $servicename = $this->getServiceID();
235 $token = $oauth->getStorage()->retrieveAccessToken($this->getServiceID());
263 'href' => wl($ID, ['oauthlogin' => $this->getServiceID()], false, '&'),
264 'class' => 'plugin_oauth_' . $this->getServiceID(),
319 return ucfirst($this->getServiceID());
330 public function getServiceID()
326 public function getServiceID() global() function in dokuwiki\\plugin\\oauth\\Adapter
/plugin/oauth/action/
H A Duser.php124 $group = $auth->cleanGroup($service->getServiceID());
164 $group = $auth->cleanGroup($service->getServiceID());
H A Dlogin.php189 $url = wl($ID, ['oauthlogin' => $service->getServiceID()], true, '&');