Home
last modified time | relevance | path

Searched refs:newAuthInfo (Results 1 – 4 of 4) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js550 window.parent.driveAuth(mxUtils.bind(this, function(newAuthInfo) argument
552 this.updateAuthInfo(newAuthInfo, true, true, success, error);
574 _token = newAuthInfo.access_token;
575 delete newAuthInfo.access_token; //Don't store access token
576 newAuthInfo.expires = Date.now() + parseInt(newAuthInfo.expires_in) * 1000;
577 newAuthInfo.remember = remember;
579 this.resetTokenRefresh(newAuthInfo);
586 var strAuthInfo = JSON.stringify(newAuthInfo);
603 this.setPersistentToken(newAuthInfo, !remember);
655 var newAuthInfo = JSON.parse(req.getText());
[all …]
H A DDropboxClient.js187 window.onDropboxCallback = mxUtils.bind(this, function(newAuthInfo, authWindow) argument
196 if (newAuthInfo == null)
207 _token = newAuthInfo.access_token;
H A DGitHubClient.js162 window.onGitHubCallback = mxUtils.bind(this, function(newAuthInfo, authWindow) argument
169 if (newAuthInfo == null)
180 _token = newAuthInfo.access_token;
H A DGitLabClient.js119 window.onGitLabCallback = mxUtils.bind(this, function(newAuthInfo, authWindow) argument
126 if (newAuthInfo == null)
137 _token = newAuthInfo.access_token;