Home
last modified time | relevance | path

Searched refs:authToken (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleCloudChannelV1TransferEntitlementsRequest.php26 public $authToken; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1TransferEntitlementsRequest
37 public function setAuthToken($authToken) argument
39 $this->authToken = $authToken;
46 return $this->authToken;
H A DGoogleCloudChannelV1ImportCustomerRequest.php25 public $authToken; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1ImportCustomerRequest
50 public function setAuthToken($authToken) argument
52 $this->authToken = $authToken;
59 return $this->authToken;
H A DGoogleCloudChannelV1ListTransferableSkusRequest.php25 public $authToken; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1ListTransferableSkusRequest
50 public function setAuthToken($authToken) argument
52 $this->authToken = $authToken;
59 return $this->authToken;
/plugin/authgooglesheets/vendor/google/auth/src/
H A DFetchAuthTokenCache.php267 private function saveAuthTokenInCache($authToken, $authUri = null) argument
269 if (isset($authToken['access_token']) ||
270 isset($authToken['id_token'])) {
276 $this->setCachedValue($cacheKey, $authToken);
H A DOAuth2.php1389 $authToken = [
1394 $authToken = [
1403 $authToken['expires_in'] = $expiresIn;
1406 $authToken['issued_at'] = $issuedAt;
1409 $authToken['refresh_token'] = $refreshToken;
1412 return $authToken;
/plugin/issuelinks/services/
H A DGitHub.service.php88 $authToken = $db->getKeyValue('github_token');
90 if (empty($authToken)) {
183 $authToken = $db->getKeyValue('github_token');
185 'Authorization' => "token $authToken",
H A DJira.service.php38 $authToken = $db->getKeyValue('jira_token');
39 $this->token = $authToken;
H A DGitLab.service.php32 $authToken = $db->getKeyValue('gitlab_token');
33 $this->token = $authToken;
/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubClient.js53 GitHubClient.prototype.authToken = 'token'; method in GitHubClient
74 var temp = this.authToken + ' ' + _token;
264 var temp = this.authToken + ' ' + _token;
H A DGitLabClient.js42 GitLabClient.prototype.authToken = 'Bearer'; method in GitLabClient
200 var temp = this.authToken + ' ' + _token;