Home
last modified time | relevance | path

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

/plugin/evesso/classes/
H A DAbstractAdapter.php117 if (!$this->checkAccessToken() && !$this->refreshAccessToken()) {
177 private function refreshAccessToken() { function in OAuth\\Plugin\\AbstractAdapter
181 …$this->oAuth->refreshAccessToken($this->oAuth->getStorage()->retrieveAccessToken($this->oAuth->ser…
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DYahoo.php58 public function refreshAccessToken(TokenInterface $token) function in OAuth\\OAuth1\\Service\\Yahoo
H A DAbstractService.php113 public function refreshAccessToken(TokenInterface $token) function in OAuth\\OAuth1\\Service\\AbstractService
/plugin/oauth/
H A DAdapter.php158 $token = $oauth->refreshAccessToken($token);
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php196 public function refreshAccessToken(TokenInterface $token) function in OAuth\\OAuth2\\Service\\AbstractService
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php193 public function refreshAccessToken(TokenInterface $token) function in OAuth\\OAuth2\\Service\\AbstractService