Home
last modified time | relevance | path

Searched refs:storage (Results 26 – 50 of 615) sorted by relevance

12345678910>>...25

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DYammer.php18 TokenStorageInterface $storage, argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DNetatmo.php43 TokenStorageInterface $storage, argument
50 $storage,
H A DPinterest.php41 TokenStorageInterface $storage, argument
48 $storage,
H A DUstream.php26 TokenStorageInterface $storage, argument
30 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DAmazon.php31 TokenStorageInterface $storage, argument
35 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DDeezer.php44 TokenStorageInterface $storage, argument
51 $storage,
H A DEveOnline.php27 TokenStorageInterface $storage, argument
31 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 DPaypal.php37 TokenStorageInterface $storage, argument
41 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DSpotify.php35 TokenStorageInterface $storage, argument
39 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DHubic.php45 TokenStorageInterface $storage, argument
52 $storage,
H A DJawboneUP.php55 TokenStorageInterface $storage, argument
59 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
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 DHarvest.php20 TokenStorageInterface $storage, argument
24 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
135 $this->storage->storeAccessToken($this->service(), $token);
H A DParrotFlowerPower.php35 TokenStorageInterface $storage, argument
42 $storage,
138 $this->storage->storeAccessToken($this->service(), $token);
H A DReddit.php40 TokenStorageInterface $storage, argument
44 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DVimeo.php61 TokenStorageInterface $storage, argument
68 $storage,
H A DVkontakte.php45 TokenStorageInterface $storage, argument
49 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DGitHub.php130 TokenStorageInterface $storage, argument
134 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DDeviantArt.php39 TokenStorageInterface $storage, argument
43 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DEveOnline.php30 TokenStorageInterface $storage, argument
34 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DEtsy.php22 TokenStorageInterface $storage, argument
26 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DFlickr.php21 TokenStorageInterface $storage, argument
25 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
91 $token = $this->storage->retrieveAccessToken($this->service());
/plugin/evesso/classes/
H A DAbstractAdapter.php27 protected $storage = null; variable in OAuth\\Plugin\\AbstractAdapter
43 $this->storage = new oAuthStorage();
50 $this->storage,

12345678910>>...25