Home
last modified time | relevance | path

Searched refs:scopes (Results 26 – 50 of 114) sorted by relevance

12345

/plugin/authgoogle/google/auth/
H A DGoogle_AssertionCredentials.php27 public $scopes; variable in Google_AssertionCredentials
49 $scopes, argument
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DGuzzle5AuthHandler.php68 public function attachToken(ClientInterface $http, array $token, array $scopes) argument
70 $tokenFunc = function ($scopes) use ($token) {
76 $scopes,
H A DGuzzle6AuthHandler.php71 public function attachToken(ClientInterface $http, array $token, array $scopes) argument
73 $tokenFunc = function ($scopes) use ($token) {
79 $scopes,
/plugin/codemirror/dist/modes/
H A Dpython.min.js1 …isterHelper("hintWords","python",d.concat(e));function f(a){return a.scopes[a.scopes.length-1]}a.d…
H A Dyacas.min.js.map1scopes","push","scope","currentScope","pop","end","escaped","prev","startState","token","eatSpace"…
H A Djulia.min.js.map1scopes","length","tokenBase","stream","match","tokenize","tokenComment","leavingExpr","sol","eatSp…
/plugin/oauthdrkserver/
H A Daction.php46 $scopes = [DRKServer::SCOPE_OPENID, DRKServer::SCOPE_EMAIL, DRKServer::SCOPE_PROFILE];
47 return $scopes;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DFoursquare.php21 $scopes = array(), argument
24 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DInstagram.php16 * Defined scopes
30 $scopes = array(), argument
33 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DBox.php25 $scopes = array(), argument
28 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DDropbox.php25 $scopes = array(), argument
28 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
49 $parameters['scope'] = implode(' ', $this->scopes);
H A DMondo.php19 $scopes = array(), argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DNest.php34 $scopes = array(), argument
41 $scopes,
H A DRunKeeper.php24 $scopes = array(), argument
27 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
48 $parameters['scope'] = implode(' ', $this->scopes);
H A DSoundCloud.php19 $scopes = array(), argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DYammer.php19 $scopes = array(), argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DNetatmo.php31 // @link https://dev.netatmo.com/doc/authentication/scopes
44 $scopes = array(), argument
51 $scopes,
H A DPinterest.php30 * Defined scopes - More scopes are listed here:
42 $scopes = array(), argument
49 $scopes,
H A DUstream.php27 $scopes = array(), argument
30 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DAmazon.php22 * Defined scopes
32 $scopes = array(), argument
35 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DDeezer.php30 * Defined scopes
45 $scopes = array(), argument
52 $scopes,
H A DEveOnline.php28 $scopes = array(), argument
31 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DLinkedin.php22 * Defined scopes
40 $scopes = array(), argument
43 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DPaypal.php22 * Defined scopes
38 $scopes = array(), argument
41 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DEveOnline.php31 $scopes = array(), argument
34 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);

12345