Home
last modified time | relevance | path

Searched defs:clientId (Results 1 – 24 of 24) sorted by relevance

/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)
/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)
H A DGoogleCloudMlV1SuggestTrialsMetadata.php25 public $clientId; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1SuggestTrialsMetadata
42 public function setClientId($clientId)
H A DGoogleCloudMlV1Trial.php26 public $clientId; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1Trial
61 public function setClientId($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)
/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)
H A DHashClientIdResponse.php25 public $clientId; variable in Google\\Service\\Analytics\\HashClientIdResponse
42 public function setClientId($clientId)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/
H A DTokens.php43 public function delete($userKey, $clientId, $optParams = [])
59 public function get($userKey, $clientId, $optParams = [])
/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)
H A DIdentitytoolkitRelyingpartyCreateAuthUriRequest.php33 public $clientId; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyCreateAuthUriRequest
118 public function setClientId($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)
/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)
/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)
/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)
/plugin/diagramsnet/lib/js/diagramly/
H A DP2PCollab.js203 socket.on('newClient', function(clientId) argument
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
56 OneDriveClient.prototype.clientId = window.location.hostname == 'viewer.diagrams.net' ? method in OneDriveClient
H A DDropboxClient.js42 DropboxClient.prototype.clientId = window.DRAWIO_DROPBOX_ID; method in DropboxClient
H A DGitLabClient.js22 GitLabClient.prototype.clientId = DRAWIO_GITLAB_ID; method in GitLabClient
H A DGitHubClient.js24 GitHubClient.prototype.clientId = (window.location.hostname == 'test.draw.io') ? '23bc97120b9035515… method in GitHubClient
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php30 public $clientId; variable in Google_OAuth2
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php100 private $clientId; variable in Google\\Auth\\OAuth2
1002 public function setClientId($clientId)
/plugin/authgoogle/google/
H A DGoogle_Client.php258 public function setClientId($clientId) {
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php605 public function setClientId($clientId)
/plugin/diagramsnet/lib/js/
H A Dapp.min.js11324 …function(b){DrawioClient.call(this,b,"dbauth");this.client=new Dropbox({clientId:this.clientId})};… method in DropboxClient
11360 …)};mxUtils.extend(OneDriveClient,DrawioClient);OneDriveClient.prototype.clientId=window.DRAWIO_MSG… method in OneDriveClient
11403 …uth")};mxUtils.extend(GitHubClient,DrawioClient);GitHubClient.prototype.clientId="test.draw.io"==w… method in GitHubClient
11457 …uth")};mxUtils.extend(GitLabClient,GitHubClient);GitLabClient.prototype.clientId=DRAWIO_GITLAB_ID;… method in GitLabClient