Home
last modified time | relevance | path

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

/plugin/oauth/
H A DOAuthManager.php40 return $this->loginByService() || $this->loginBySession() || $this->loginByCookie();
119 protected function loginByCookie() function in dokuwiki\\plugin\\oauth\\OAuthManager