Home
last modified time | relevance | path

Searched refs:scope (Results 176 – 200 of 675) sorted by last modified time

12345678910>>...27

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
H A DOAuthToken.php25 public $scope; variable in Google\\Service\\CloudTasks\\OAuthToken
34 public function setScope($scope) argument
36 $this->scope = $scope;
43 return $this->scope;
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php75 private $scope; variable in Google\\Auth\\Credentials\\AppIdentityCredentials
83 * @param string|string[] $scope One or more scopes.
85 public function __construct($scope = []) argument
87 $this->scope = is_array($scope) ? $scope : explode(' ', (string) $scope);
136 $token = AppIdentityService::getAccessToken($this->scope);
H A DGCECredentials.php171 * @param string|string[] $scope [optional] the scope of the access request,
181 $scope = null, argument
188 if ($scope && $targetAudience) {
195 if ($scope) {
196 if (is_string($scope)) {
197 $scope = explode(' ', $scope);
200 $scope = implode(',', $scope);
202 $tokenUri = $tokenUri . '?scopes=' . $scope;
H A DServiceAccountCredentials.php105 * @param string|string[]|null $scope the scope of the access request, expressed
114 $scope, argument
141 if ($scope && $targetAudience) {
153 'scope' => $scope,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IAMCredentials/
H A DGenerateAccessTokenRequest.php34 public $scope; variable in Google\\Service\\IAMCredentials\\GenerateAccessTokenRequest
67 public function setScope($scope) argument
69 $this->scope = $scope;
76 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DMaintenanceExclusionOptions.php25 public $scope; variable in Google\\Service\\Container\\MaintenanceExclusionOptions
30 public function setScope($scope) argument
32 $this->scope = $scope;
39 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DElectoralDistrict.php33 public $scope; variable in Google\\Service\\CivicInfo\\ElectoralDistrict
66 public function setScope($scope) argument
68 $this->scope = $scope;
75 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DIamPolicyAnalysisQuery.php35 public $scope; variable in Google\\Service\\CloudAsset\\IamPolicyAnalysisQuery
110 public function setScope($scope) argument
112 $this->scope = $scope;
119 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudAsset.php117 'path' => 'v1/{+scope}/effectiveIamPolicies:batchGet',
120 'scope' => [
302 'path' => 'v1/{+scope}:analyzeIamPolicy',
305 'scope' => [
366 'path' => 'v1/{+scope}:analyzeIamPolicyLongrunning',
369 'scope' => [
436 'path' => 'v1/{+scope}:searchAllIamPolicies',
439 'scope' => [
467 'path' => 'v1/{+scope}:searchAllResources',
470 'scope' => [
H A DCloudTalentSolution.php119 'scope' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DCustomDimension.php55 public $scope; variable in Google\\Service\\Analytics\\CustomDimension
184 public function setScope($scope) argument
186 $this->scope = $scope;
193 return $this->scope;
H A DCustomMetric.php67 public $scope; variable in Google\\Service\\Analytics\\CustomMetric
228 public function setScope($scope) argument
230 $this->scope = $scope;
237 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DShareScope.php29 public $scope; variable in Google\\Service\\CloudSearch\\ShareScope
48 public function setScope($scope) argument
50 $this->scope = $scope;
57 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaCustomDimension.php45 public $scope; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaCustomDimension
120 public function setScope($scope) argument
122 $this->scope = $scope;
129 return $this->scope;
H A DGoogleAnalyticsAdminV1alphaCustomMetric.php50 public $scope; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaCustomMetric
139 public function setScope($scope) argument
141 $this->scope = $scope;
148 return $this->scope;
/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php81 * @param string|string[] $scope the scope of the access request, expressed
91 $scope = null, argument
96 $creds = self::getCredentials($scope, $httpHandler, $cacheConfig, $cache);
109 * @param string|string[] $scope the scope of the access request, expressed
121 $scope = null, argument
127 $creds = self::getCredentials($scope, $httpHandler, $cacheConfig, $cache, $quotaProject);
136 * @param string|string[] $scope the scope of the access request, expressed
152 $scope = null, argument
162 $anyScope = $scope ?: $defaultScope;
178 $scope,
H A DOAuth2.php130 private $scope; variable in Google\\Auth\\OAuth2
560 if (is_array($this->scope)) {
808 if (is_null($this->scope)) {
809 return $this->scope;
823 public function setScope($scope) argument
825 if (is_null($scope)) {
826 $this->scope = null;
828 $this->scope = explode(' ', $scope);
829 } elseif (is_array($scope)) {
830 foreach ($scope as $s) {
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1278 * [Http] Better handling of nested scope requests in CurlMulti. Requests are now always prepares i…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1SearchCatalogRequest.php100 public function setScope(GoogleCloudDatacatalogV1SearchCatalogRequestScope $scope) argument
102 $this->scope = $scope;
109 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/
H A DOAuthToken.php25 public $scope; variable in Google\\Service\\CloudScheduler\\OAuthToken
34 public function setScope($scope) argument
36 $this->scope = $scope;
43 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSecurityToken/
H A DGoogleIdentityStsV1ExchangeTokenRequest.php41 public $scope; variable in Google\\Service\\CloudSecurityToken\\GoogleIdentityStsV1ExchangeTokenRequest
110 public function setScope($scope) argument
112 $this->scope = $scope;
119 return $this->scope;
H A DGoogleIdentityStsV1IntrospectTokenResponse.php48 public $scope; variable in Google\\Service\\CloudSecurityToken\\GoogleIdentityStsV1IntrospectTokenResponse
131 public function setScope($scope) argument
133 $this->scope = $scope;
140 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DSegmentMetricFilter.php41 public $scope; variable in Google\\Service\\AnalyticsReporting\\SegmentMetricFilter
102 public function setScope($scope) argument
104 $this->scope = $scope;
111 return $this->scope;
/plugin/authgooglesheets/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/a2s/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.

12345678910>>...27