Home
last modified time | relevance | path

Searched refs:accessType (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DRuntimeAccessConfig.php25 public $accessType; variable in Google\\Service\\AIPlatformNotebooks\\RuntimeAccessConfig
38 public function setAccessType($accessType) argument
40 $this->accessType = $accessType;
47 return $this->accessType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Developer.php26 public $accessType; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Developer
81 public function setAccessType($accessType) argument
83 $this->accessType = $accessType;
90 return $this->accessType;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DGoogle.php131 protected $accessType = 'online'; variable in OAuth\\OAuth2\\Service\\Google
147 public function setAccessType($accessType) argument
149 if (!in_array($accessType, array('online', 'offline'), true)) {
150 throw new InvalidAccessTypeException('Invalid accessType, expected either online or offline');
152 $this->accessType = $accessType;
160 return new Uri('https://accounts.google.com/o/oauth2/auth?access_type=' . $this->accessType);
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php36 public $accessType = 'offline'; variable in Google_OAuth2
75 $this->accessType = $apiConfig['oauth2_access_type'];
137 'access_type=' . urlencode($this->accessType),
182 public function setAccessType($accessType) { argument
183 $this->accessType = $accessType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoMonetizationDetails.php22 protected $accessType = AccessPolicy::class; variable in Google\\Service\\YouTube\\VideoMonetizationDetails
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php170 $accessType = $classAccessType;
224 $accessType = $annot->type;
271 $propertyMetadata->setAccessor($accessType, $accessor[0], $accessor[1]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDataset.php23 protected $accessType = DatasetAccess::class; variable in Google\\Service\\Bigquery\\Dataset
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php654 * @param string $accessType Possible values for access_type include:
658 public function setAccessType($accessType) argument
660 $this->config['access_type'] = $accessType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DFinding.php23 protected $accessType = Access::class; variable in Google\\Service\\SecurityCommandCenter\\Finding