Home
last modified time | relevance | path

Searched defs:tokenSecret (Results 1 – 3 of 3) sorted by relevance

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DServiceInterface.php39 public function requestAccessToken($token, $verifier, $tokenSecret); argument
H A DAbstractService.php77 public function requestAccessToken($token, $verifier, $tokenSecret = null) argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/
H A DSignature.php24 protected $tokenSecret = null; variable in OAuth\\OAuth1\\Signature\\Signature