Searched refs:get_token (Results 1 – 3 of 3) sorted by relevance
13 public function get_token($page_id) { function in dokuwiki\\plugin\\bez\\mdl\\Authentication_tokenFactory 28 $token = $this->get_token($page_id);
130 if ($this->authentication_tokenFactory->get_token($page_id) == $user_tok) {
530 $token = $this->get_token($request, $consumer, "request");547 $token = $this->get_token($request, $consumer, "access");613 private function get_token(&$request, $consumer, $token_type="access") { function in OAuthServer