Home
last modified time | relevance | path

Searched refs:retrieveAuthorizationState (Results 1 – 15 of 15) sorted by relevance

/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php255 if ($this->retrieveAuthorizationState() !== $state) {
275 protected function retrieveAuthorizationState() function in OAuth\\OAuth2\\Service\\AbstractService
277 return $this->storage->retrieveAuthorizationState($this->service());
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php251 if ($this->retrieveAuthorizationState() !== $state) {
271 protected function retrieveAuthorizationState() function in OAuth\\OAuth2\\Service\\AbstractService
273 return $this->storage->retrieveAuthorizationState($this->service());
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DTokenStorageInterface.php80 public function retrieveAuthorizationState($service); function
H A DMemory.php88 public function retrieveAuthorizationState($service) function in OAuth\\Common\\Storage\\Memory
H A DSession.php149 public function retrieveAuthorizationState($service) function in OAuth\\Common\\Storage\\Session
H A DSymfonySession.php116 public function retrieveAuthorizationState($service) function in OAuth\\Common\\Storage\\SymfonySession
H A DRedis.php136 public function retrieveAuthorizationState($service) function in OAuth\\Common\\Storage\\Redis
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DTokenStorageInterface.php80 public function retrieveAuthorizationState($service); function
H A DMemory.php88 public function retrieveAuthorizationState($service) function in OAuth\\Common\\Storage\\Memory
H A DSession.php149 public function retrieveAuthorizationState($service) function in OAuth\\Common\\Storage\\Session
H A DSymfonySession.php116 public function retrieveAuthorizationState($service) function in OAuth\\Common\\Storage\\SymfonySession
H A DRedis.php136 public function retrieveAuthorizationState($service) function in OAuth\\Common\\Storage\\Redis
/plugin/oauth/
H A DStorage.php126 public function retrieveAuthorizationState($service) function in dokuwiki\\plugin\\oauth\\Storage
H A DAdapter.php122 $newStorage->storeAuthorizationState($service, $oldStorage->retrieveAuthorizationState($service));
/plugin/evesso/classes/
H A DoAuthStorage.php148 public function retrieveAuthorizationState($service) { function in OAuth\\Plugin\\oAuthStorage