Lines Matching refs:OneDriveClient
12 window.OneDriveClient = function(editorUi, isExtAuth, inlinePicker, noLogout) class in window
43 mxUtils.extend(OneDriveClient, DrawioClient);
50 OneDriveClient.prototype.clientId = window.DRAWIO_MSGRAPH_CLIENT_ID || ((window.location.hostname =… class
53 OneDriveClient.prototype.clientId = window.location.hostname == 'app.diagrams.net' ?
54 'b5ff67d6-3155-4fca-965a-59a3655c4476' : OneDriveClient.prototype.clientId;
56 OneDriveClient.prototype.clientId = window.location.hostname == 'viewer.diagrams.net' ?
57 '417a451a-a343-4788-b6c1-901e63182565' : OneDriveClient.prototype.clientId;
61 OneDriveClient.prototype.scopes = 'user.read files.readwrite.all sites.read.all';
66 OneDriveClient.prototype.redirectUri = window.location.protocol + '//' + window.location.host + '/m…
67 OneDriveClient.prototype.pickerRedirectUri = window.location.protocol + '//' + window.location.host…
72 OneDriveClient.prototype.defEndpointHint = 'api.onedrive.com';
73 OneDriveClient.prototype.endpointHint = OneDriveClient.prototype.defEndpointHint;
78 OneDriveClient.prototype.extension = '.drawio';
83 OneDriveClient.prototype.baseUrl = 'https://graph.microsoft.com/v1.0';
88 OneDriveClient.prototype.emptyFn = function(){};
90 OneDriveClient.prototype.invalidFilenameRegExs = [