Home
last modified time | relevance | path

Searched defs:requestAccessToken (Results 1 – 12 of 12) sorted by relevance

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DServiceInterface.php32 public function requestAccessToken($code, $state = null); function
H A DBitly.php80 public function requestAccessToken($code, $state = null) function in OAuth\\OAuth2\\Service\\Bitly
H A DDelicious.php114 public function requestAccessToken($code, $state = null) function in OAuth\\OAuth2\\Service\\Delicious
H A DBuffer.php111 public function requestAccessToken($code, $state = null) function in OAuth\\OAuth2\\Service\\Buffer
H A DPocket.php88 public function requestAccessToken($code, $state = null) function in OAuth\\OAuth2\\Service\\Pocket
H A DBitrix24.php53 public function requestAccessToken($code, $state = null) function in OAuth\\OAuth2\\Service\\Bitrix24
H A DAbstractService.php100 public function requestAccessToken($code, $state = null) function in OAuth\\OAuth2\\Service\\AbstractService
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DServiceInterface.php36 public function requestAccessToken($code); function
H A DAbstractService.php100 public function requestAccessToken($code, $state = null) function in OAuth\\OAuth2\\Service\\AbstractService
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DServiceInterface.php39 public function requestAccessToken($token, $verifier, $tokenSecret); function
H A DAbstractService.php77 public function requestAccessToken($token, $verifier, $tokenSecret = null) function in OAuth\\OAuth1\\Service\\AbstractService
/plugin/evesso/classes/
H A DAbstractAdapter.php133 private function requestAccessToken() { function in OAuth\\Plugin\\AbstractAdapter