Searched refs:getStorage (Results 1 – 12 of 12) sorted by relevance
96 $this->oAuth->getStorage()->clearToken($this->oAuth->service());97 $this->oAuth->getStorage()->clearAuthorizationState($this->oAuth->service());146 $this->oAuth->getStorage()->clearAuthorizationState($this->oAuth->service());159 …if ($this->oAuth->getStorage()->hasAccessToken($this->oAuth->service()) && $this->oAuth->getStorag…180 if ($this->oAuth->getStorage()->hasAccessToken($this->oAuth->service())) {181 …$this->oAuth->refreshAccessToken($this->oAuth->getStorage()->retrieveAccessToken($this->oAuth->ser…
35 …$access_token = $this->oAuth->getStorage()->retrieveAccessToken($this->oAuth->service())->getAcces…
113 $oldStorage = $oauth->getStorage();140 if (!$oauth->getStorage()->hasAccessToken($oauth->service())) {145 $token = $oauth->getStorage()->retrieveAccessToken($oauth->service());158 $oauth->getStorage()->storeAccessToken($oauth->service(), $token);188 $oauth->getStorage()->storeAuthorizationState($oauth->service(), $parameters['state']);232 $token = $oauth->getStorage()->retrieveAccessToken($this->getServiceID());
24 … $tokenExtras = $oauth->getStorage()->retrieveAccessToken($oauth->service())->getExtraParams();
77 $token = $this->getStorage()->retrieveAccessToken($this->service());
34 … $tokenExtras = $oauth->getStorage()->retrieveAccessToken($oauth->service())->getExtraParams();
85 public function getStorage() function in OAuth\\Common\\Service\\AbstractService
182 public function getStorage() function in OAuth\\OAuth2\\Service\\AbstractService
183 public function getStorage() function in OAuth\\OAuth2\\Service\\AbstractService
3099 getStorage: function(element) {3121 Element.getStorage(element).update(key);3123 Element.getStorage(element).set(key, value);3131 var hash = Element.getStorage(element), value = hash.get(key);
3107 getStorage: function(element) {3129 Element.getStorage(element).update(key);3131 Element.getStorage(element).set(key, value);3139 var hash = Element.getStorage(element), value = hash.get(key);