Home
last modified time | relevance | path

Searched refs:clientId (Results 1 – 25 of 35) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4ClientInfo.php25 public $clientId; variable in Google\\Service\\Safebrowsing\\GoogleSecuritySafebrowsingV4ClientInfo
34 public function setClientId($clientId) argument
36 $this->clientId = $clientId;
43 return $this->clientId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1SuggestTrialsRequest.php25 public $clientId; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1SuggestTrialsRequest
34 public function setClientId($clientId) argument
36 $this->clientId = $clientId;
43 return $this->clientId;
H A DGoogleCloudMlV1SuggestTrialsMetadata.php25 public $clientId; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1SuggestTrialsMetadata
42 public function setClientId($clientId) argument
44 $this->clientId = $clientId;
51 return $this->clientId;
H A DGoogleCloudMlV1Trial.php26 public $clientId; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1Trial
61 public function setClientId($clientId) argument
63 $this->clientId = $clientId;
70 return $this->clientId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/
H A DTokens.php39 * @param string $clientId The Client ID of the application the token is issued
43 public function delete($userKey, $clientId, $optParams = []) argument
45 $params = ['userKey' => $userKey, 'clientId' => $clientId];
54 * @param string $clientId The Client ID of the application the token is issued
59 public function get($userKey, $clientId, $optParams = []) argument
61 $params = ['userKey' => $userKey, 'clientId' => $clientId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DOauth2ClientCredentials.php25 public $clientId; variable in Google\\Service\\Connectors\\Oauth2ClientCredentials
32 public function setClientId($clientId) argument
34 $this->clientId = $clientId;
41 return $this->clientId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DHashClientIdRequest.php25 public $clientId; variable in Google\\Service\\Analytics\\HashClientIdRequest
38 public function setClientId($clientId) argument
40 $this->clientId = $clientId;
47 return $this->clientId;
H A DHashClientIdResponse.php25 public $clientId; variable in Google\\Service\\Analytics\\HashClientIdResponse
42 public function setClientId($clientId) argument
44 $this->clientId = $clientId;
51 return $this->clientId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdpConfig.php26 public $clientId; variable in Google\\Service\\IdentityToolkit\\IdpConfig
51 public function setClientId($clientId) argument
53 $this->clientId = $clientId;
60 return $this->clientId;
H A DIdentitytoolkitRelyingpartyCreateAuthUriRequest.php33 public $clientId; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyCreateAuthUriRequest
118 public function setClientId($clientId) argument
120 $this->clientId = $clientId;
127 return $this->clientId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DToken.php30 public $clientId; variable in Google\\Service\\Directory\\Token
73 public function setClientId($clientId) argument
75 $this->clientId = $clientId;
82 return $this->clientId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSecurityToken/
H A DGoogleIdentityStsV1IntrospectTokenResponse.php32 public $clientId; variable in Google\\Service\\CloudSecurityToken\\GoogleIdentityStsV1IntrospectTokenResponse
75 public function setClientId($clientId) argument
77 $this->clientId = $clientId;
84 return $this->clientId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DClient.php30 public $clientId; variable in Google\\Service\\TagManager\\Client
91 public function setClientId($clientId) argument
93 $this->clientId = $clientId;
100 return $this->clientId;
/plugin/diagramsnet/lib/js/diagramly/
H A DOneDriveClient.js50 OneDriveClient.prototype.clientId = window.DRAWIO_MSGRAPH_CLIENT_ID || ((window.location.hostname =… method in OneDriveClient
53 OneDriveClient.prototype.clientId = window.location.hostname == 'app.diagrams.net' ? method in OneDriveClient
54 'b5ff67d6-3155-4fca-965a-59a3655c4476' : OneDriveClient.prototype.clientId;
56 OneDriveClient.prototype.clientId = window.location.hostname == 'viewer.diagrams.net' ? method in OneDriveClient
57 '417a451a-a343-4788-b6c1-901e63182565' : OneDriveClient.prototype.clientId;
H A DDropboxClient.js15 this.client = new Dropbox({clientId: this.clientId});
42 DropboxClient.prototype.clientId = window.DRAWIO_DROPBOX_ID; method in DropboxClient
52 …s.redirectUri + '?doLogout=1&state=' + encodeURIComponent('cId=' + this.clientId + '&domain=' + wi…
146 …Request(this.redirectUri + '?state=' + encodeURIComponent('cId=' + this.clientId + '&domain=' + wi…
180 this.clientId + (remember? '&token_access_type=offline' : '') +
182 …'&response_type=code&state=' + encodeURIComponent('cId=' + this.clientId + //To identify which app…
H A DDriveClient.js43 …this.clientId = window.DRAWIO_GOOGLE_VIEWER_CLIENT_ID || '850530949725.apps.googleusercontent.com';
50 …this.clientId = window.DRAWIO_GOOGLE_CLIENT_ID || '671128082532-jhphbq6d0e1gnsus9mn7vf8a6fjn10mp.a…
255 …1&userId=' + this.userId + '&state=' + encodeURIComponent('cId=' + this.clientId + '&domain=' + wi…
647 …Request(this.redirectUri + '?state=' + encodeURIComponent('cId=' + this.clientId + '&domain=' + wi…
675 var url = 'https://accounts.google.com/o/oauth2/v2/auth?client_id=' + this.clientId +
680 …'&state=' + encodeURIComponent('cId=' + this.clientId + '&domain=' + window.location.hostname + '&…
1313 ((file.sync != null) ? ('-client_' + file.sync.clientId) : '-nosync')});
1500 ((file.sync != null) ? '-client_' + file.sync.clientId : '-nosync'));
1535 ((file.sync != null) ? '-client_' + file.sync.clientId : 'nosync')});
1681 ((file.sync != null) ? ('-client_' + file.sync.clientId) : '-nosync')});
H A DGitLabClient.js22 GitLabClient.prototype.clientId = DRAWIO_GITLAB_ID; method in GitLabClient
78 …Request(this.redirectUri + '?state=' + encodeURIComponent('cId=' + this.clientId + '&domain=' + wi…
112 this.clientId + '&scope=' + this.scope +
114 …'&response_type=code&state=' + encodeURIComponent('cId=' + this.clientId + //To identify which app…
1411 …s.redirectUri + '?doLogout=1&state=' + encodeURIComponent('cId=' + this.clientId + '&domain=' + wi…
H A DP2PCollab.js203 socket.on('newClient', function(clientId) argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryDataTransfer/
H A DDataSource.php30 public $clientId; variable in Google\\Service\\BigQueryDataTransfer\\DataSource
111 public function setClientId($clientId) argument
113 $this->clientId = $clientId;
120 return $this->clientId;
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php30 public $clientId; variable in Google_OAuth2
63 $this->clientId = $apiConfig['oauth2_client_id'];
101 'client_id' => $this->clientId,
135 'client_id=' . urlencode($this->clientId),
244 'client_id' => $this->clientId,
366 $audience = $this->clientId;
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php100 private $clientId; variable in Google\\Auth\\OAuth2
681 'client_id' => $this->clientId,
992 return $this->clientId;
999 * @param string $clientId
1002 public function setClientId($clientId) argument
1004 $this->clientId = $clientId;
1548 $clientId = $this->getClientId();
1551 if ($clientId && $clientSecret) {
1552 $params['client_id'] = $clientId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSafebrowsing.php82 'clientId' => [
110 'clientId' => [
/plugin/diagramsnet/lib/js/onedrive/
H A DOneDriveOrig.js2clientId:t.clientId,method:g.default.HTTP_GET,apiEndpoint:t.apiEndpoint,headers:{Authorization:"be…
H A DOneDrive.js6clientId:t.clientId,method:g.default.HTTP_GET,apiEndpoint:t.apiEndpoint,headers:{Authorization:"be…
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php603 * @param string $clientId
605 public function setClientId($clientId) argument
607 $this->config['client_id'] = $clientId;

12