Home
last modified time | relevance | path

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

/plugin/bez/mdl/
H A DAuthentication_tokenFactory.php13 public function get_token($page_id) { function in dokuwiki\\plugin\\bez\\mdl\\Authentication_tokenFactory
28 $token = $this->get_token($page_id);
H A DModel.php130 if ($this->authentication_tokenFactory->get_token($page_id) == $user_tok) {
/plugin/autotweet/
H A DOAuth.php530 $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