Home
last modified time | relevance | path

Searched refs:storage (Results 76 – 100 of 615) sorted by last modified time

12345678910>>...25

/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md41 - You can use any storage mechanism for tokens. By default, session, in-memory and Redis.io (requires PHPRedis) storage mechanisms are included. Implement additional mechanisms by implementing `OAuth\Common\Token\TokenStorageInterface`.
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php32 TokenStorageInterface $storage, argument
36 parent::__construct($credentials, $httpClient, $storage);
55 $this->storage->storeAccessToken($this->service(), $token);
80 $storedRequestToken = $this->storage->retrieveAccessToken($this->service());
93 $this->storage->retrieveAccessToken($this->service()),
103 $this->storage->storeAccessToken($this->service(), $token);
134 $token = $this->storage->retrieveAccessToken($this->service());
H A DBitBucket.php19 TokenStorageInterface $storage, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DEtsy.php22 TokenStorageInterface $storage, argument
26 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DFitBit.php19 TokenStorageInterface $storage, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DFiveHundredPx.php33 TokenStorageInterface $storage, argument
40 $storage,
H A DFlickr.php21 TokenStorageInterface $storage, argument
25 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
91 $token = $this->storage->retrieveAccessToken($this->service());
H A DTwitter.php25 TokenStorageInterface $storage, argument
29 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DXing.php19 TokenStorageInterface $storage, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DYahoo.php20 TokenStorageInterface $storage, argument
24 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
67 $this->storage->retrieveAccessToken($this->service()),
79 $this->storage->storeAccessToken($this->service(), $token);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBitly.php18 TokenStorageInterface $storage, argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
107 $this->storage->storeAccessToken($this->service(), $token);
H A DBitrix24.php67 $this->storage->storeAccessToken($this->service(), $token);
H A DBox.php24 TokenStorageInterface $storage, argument
28 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DBuffer.php23 TokenStorageInterface $storage, argument
27 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
127 $this->storage->storeAccessToken($this->service(), $token);
H A DDailymotion.php52 TokenStorageInterface $storage, argument
56 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DDeezer.php44 TokenStorageInterface $storage, argument
51 $storage,
H A DDelicious.php32 TokenStorageInterface $storage, argument
39 $storage,
135 $this->storage->storeAccessToken($this->service(), $token);
H A DDeviantArt.php39 TokenStorageInterface $storage, argument
43 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DDropbox.php24 TokenStorageInterface $storage, argument
28 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DEveOnline.php27 TokenStorageInterface $storage, argument
31 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DHarvest.php20 TokenStorageInterface $storage, argument
24 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
135 $this->storage->storeAccessToken($this->service(), $token);
H A DHeroku.php38 TokenStorageInterface $storage, argument
42 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DLinkedin.php39 TokenStorageInterface $storage, argument
43 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DMailchimp.php18 TokenStorageInterface $storage, argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
24 if (is_null($this->baseApiUri) && $storage->hasAccessToken($this->service())) {
25 $this->setBaseApiUri($storage->retrieveAccessToken($this->service()));
86 $this->setBaseApiUri($this->storage->retrieveAccessToken($this->service()));
H A DMicrosoft.php56 TokenStorageInterface $storage, argument
60 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);

12345678910>>...25