Home
last modified time | relevance | path

Searched refs:clientId (Results 26 – 35 of 35) sorted by last modified time

12

/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFileSync.js12 this.clientId = Editor.guid();
1472 return {v: DrawioFileSync.PROTOCOL, d: data, c: this.clientId};
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 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 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 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 DGitHubClient.js24 GitHubClient.prototype.clientId = (window.location.hostname == 'test.draw.io') ? '23bc97120b9035515… method in GitHubClient
156 this.clientId + '&scope=' + this.scope +
157 '&state=' + encodeURIComponent('cId=' + this.clientId + //To identify which app/domain is used
640 err.helpLink = this.baseHostUrl + '/settings/connections/applications/' + this.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/diagramsnet/lib/js/
H A Dapp.min.js9987 …is.getMode()+"."+this.getId(),"user_"+f+(null!=this.sync?"-client_"+this.sync.clientId:"-nosync"));
9988 …etHash(),action:g,label:"user_"+f+(null!=this.sync?"-client_"+this.sync.clientId:"-nosync")})}catc…
9989 …his.ui.hashValue(n.id):"unknown",l=null!=this.sync?"-client_"+this.sync.clientId:"-nosync",m=this.…
11595 …now()-App.startTime.getTime())/1E3),label:null!=b.sync?"client_"+b.sync.clientId:"nosync"};b.const…
/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;

12