Home
last modified time | relevance | path

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

/plugin/autotweet/
H A DOAuth.php613 private function get_token(&$request, $consumer, $token_type="access") { argument
616 $consumer, $token_type, $token_field
619 throw new OAuthException("Invalid $token_type token: $token_field");
697 function lookup_token($consumer, $token_type, $token) { argument