Home
last modified time | relevance | path

Searched refs:scopes (Results 51 – 75 of 114) sorted by relevance

12345

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DSpotify.php36 $scopes = array(), argument
39 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DHubic.php46 $scopes = array(), argument
53 $scopes,
137 // between scopes instead of spaces
138 $parameters['scope'] = implode(',', $this->scopes);
H A DJawboneUP.php22 * Defined scopes
27 // general information scopes
32 // mood scopes
35 // move scopes
38 // sleep scopes
41 // meal scopes
44 // weight scopes
47 // generic event scopes
56 $scopes = array(), argument
59 parent::__construct($credentials, $httpClient, $storage, $scopes,
[all...]
H A DBuffer.php24 $scopes = array(), argument
27 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DDailymotion.php53 $scopes = array(), argument
56 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DHarvest.php21 $scopes = array(), argument
24 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DParrotFlowerPower.php36 $scopes = array(), argument
43 $scopes,
H A DReddit.php16 * Defined scopes
20 // User scopes
41 $scopes = array(), argument
44 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DVimeo.php62 $scopes = array(), argument
69 $scopes,
H A DVkontakte.php16 * Defined scopes
46 $scopes = array(), argument
49 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DGitHub.php16 * Defined scopes, see http://developer.github.com/v3/oauth/ for definitions.
63 * public_repo scopes already include access to commit status for private and public repositories, respectively.
131 $scopes = [], argument
134 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DDeviantArt.php22 * Defined scopes
40 $scopes = array(), argument
43 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DHeroku.php22 * Defined scopes
23 * @link https://devcenter.heroku.com/articles/oauth#scopes
39 $scopes = array(), argument
42 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DMicrosoft.php57 $scopes = array(), argument
60 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DBattleNet.php18 * Defined scopes.
40 $scopes = array(), argument
44 $scopes, $baseApiUri );
H A DBitly.php19 $scopes = array(), argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DDelicious.php33 $scopes = array(), argument
40 $scopes,
H A DMailchimp.php19 $scopes = array(), argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DBitrix24.php83 'scope' => $this->scopes
86 $parameters['scope'] = implode(' ', $this->scopes);
H A DPocket.php19 $scopes = array(), argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DFacebook.php22 * Defined scopes
31 // Email scopes
129 $scopes = array(), argument
133 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true, $apiVersion);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractVariableSniff.php69 $scopes = array(
83 parent::__construct($scopes, $listen, true);
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php445 $scopes = $this->prepareScopes();
449 $scopes,
459 return $authHandler->attachToken($http, $token, (array) $scopes);
1222 $scopes = $this->prepareScopes();
1236 $scopes,
1244 $scopes,
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md88 // define the scopes for your API call
89 $scopes = ['https://www.googleapis.com/auth/drive.readonly'];
92 $middleware = ApplicationDefaultCredentials::getMiddleware($scopes);
123 $subscriber = ApplicationDefaultCredentials::getSubscriber($scopes);
188 // define the scopes for your API call
189 $scopes = ['https://www.googleapis.com/auth/drive.readonly'];
192 $creds = CredentialsLoader::makeCredentials($scopes, $jsonKey);
/plugin/issuelinks/services/
H A DGitHub.service.php105 $missing_scopes = array_diff($this->scopes, explode(', ', $headers['x-oauth-scopes']));
199 $scopes = implode(', ', $this->scopes);
203 …message .= " Please go to $link and generate a new token for this plugin with the scopes $scopes.";

12345