Searched refs:getStorage (Results 1 – 14 of 14) 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…
116 $oldStorage = $oauth->getStorage();143 if (!$oauth->getStorage()->hasAccessToken($oauth->service())) {148 $token = $oauth->getStorage()->retrieveAccessToken($oauth->service());163 $oauth->getStorage()->storeAccessToken($oauth->service(), $token);193 $oauth->getStorage()->storeAuthorizationState($oauth->service(), $parameters['state']);235 $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
144 $this->helper->getStorage()->statistics()194 $storage = $this->helper->getStorage();340 $this->helper->getStorage()->runMaintenance();387 $storage = $this->helper->getStorage();
78 public function getStorage()50 public function getStorage() global() function in dokuwiki\\plugin\\aichat\\Embeddings
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);