Home
last modified time | relevance | path

Searched defs:get_token (Results 1 – 2 of 2) 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
/plugin/autotweet/
H A DOAuth.php613 private function get_token(&$request, $consumer, $token_type="access") { function in OAuthServer