Home
last modified time | relevance | path

Searched refs:access (Results 51 – 75 of 874) sorted by path

12345678910>>...35

/plugin/authgoogle/google/contrib/
H A DGoogle_PlusDomainsService.php547 public $access; variable in Google_Activity
575 public function setAccess(Google_Acl $access) { argument
576 $this->access = $access;
579 return $this->access;
H A DGoogle_PlusService.php373 public $access; variable in Google_Activity
401 public function setAccess(Google_Acl $access) { argument
402 $this->access = $access;
405 return $this->access;
H A DGoogle_YouTubeService.php4635 public $access; variable in Google_VideoMonetizationDetails
4636 public function setAccess(Google_AccessPolicy $access) { argument
4637 $this->access = $access;
4640 return $this->access;
/plugin/authgoogle2fa/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
H A DREADME.md7 The users themselves and their access rights are still managed within DokuWiki.
/plugin/authgooglesheets/
H A DLICENSE167 access to copy from a designated place, then offering equivalent
168 access to copy the source code from the same place counts as
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDataset.php99 public function setAccess($access) argument
101 $this->access = $access;
108 return $this->access;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DBookshelf.php25 public $access; variable in Google\\Service\\Books\\Bookshelf
66 public function setAccess($access) argument
68 $this->access = $access;
75 return $this->access;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicySimulator/
H A DGoogleCloudPolicysimulatorV1BindingExplanation.php25 public $access; variable in Google\\Service\\PolicySimulator\\GoogleCloudPolicysimulatorV1BindingExplanation
50 public function setAccess($access) argument
52 $this->access = $access;
59 return $this->access;
H A DGoogleCloudPolicysimulatorV1ExplainedPolicy.php26 public $access; variable in Google\\Service\\PolicySimulator\\GoogleCloudPolicysimulatorV1ExplainedPolicy
43 public function setAccess($access) argument
45 $this->access = $access;
52 return $this->access;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicyTroubleshooter/
H A DGoogleCloudPolicytroubleshooterV1BindingExplanation.php25 public $access; variable in Google\\Service\\PolicyTroubleshooter\\GoogleCloudPolicytroubleshooterV1BindingExplanation
50 public function setAccess($access) argument
52 $this->access = $access;
59 return $this->access;
H A DGoogleCloudPolicytroubleshooterV1ExplainedPolicy.php26 public $access; variable in Google\\Service\\PolicyTroubleshooter\\GoogleCloudPolicytroubleshooterV1ExplainedPolicy
43 public function setAccess($access) argument
45 $this->access = $access;
52 return $this->access;
H A DGoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse.php26 public $access; variable in Google\\Service\\PolicyTroubleshooter\\GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse
35 public function setAccess($access) argument
37 $this->access = $access;
44 return $this->access;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DGoogleAppsScriptTypeExecutionApiConfig.php25 public $access; variable in Google\\Service\\Script\\GoogleAppsScriptTypeExecutionApiConfig
30 public function setAccess($access) argument
32 $this->access = $access;
39 return $this->access;
H A DGoogleAppsScriptTypeWebAppConfig.php25 public $access; variable in Google\\Service\\Script\\GoogleAppsScriptTypeWebAppConfig
34 public function setAccess($access) argument
36 $this->access = $access;
43 return $this->access;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSecretManager.php238 'access' => [
239 'path' => 'v1/{+name}:access',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/Resource/
H A DProjectsSecretsVersions.php48 public function access($name, $optParams = []) function in Google\\Service\\SecretManager\\Resource\\ProjectsSecretsVersions
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DFinding.php111 public function setAccess(Access $access) argument
113 $this->access = $access;
120 return $this->access;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoMonetizationDetails.php28 public function setAccess(AccessPolicy $access) argument
30 $this->access = $access;
37 return $this->access;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md181 1. In the script handling the redirect URI, exchange the authorization code for an access token:
219 1. If you have delegated domain-wide access to the service account and you want to impersonate a us…
334 * directly with an access token, API key, or (recommended) using
371 …iceAccount#overview), it may be useful to perform some action when a new access token is granted. …
376 $logger->debug(sprintf('new access token received at cache key %s', $cacheKey));
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md129 Proxy (IAP), you will need to fetch an ID token to access your application. For
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php289 …* @param string|array<mixed> $token The token (access token or a refresh token) that should be rev…
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php464 * @param string $accessToken The access token to use to sign the blob. If
465 * provided, saves a call to the metadata server for a new access
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md91 * Feature: Added convenience method to access a cookie by name [#1318](https://github.com/guzzle/gu…
155 * Feature: Added the `on_stats` request option to provide access to transfer
427 FnStream that has access to the transaction being sent. For example, when the
643 * Network access is now disabled when loading XML documents
651 * Fixed an issue in the BackoffPlugin retry event where it was trying to access all exceptions as i…
H A DUPGRADING.md207 FnStream that has access to the transaction being sent. For example, when the
889 response information. You can, however, get access to the request and response object by calling `g…
1001 "description":"Provides access to Zendesk views, groups, tickets, ticket fields, and users",

12345678910>>...35