MCPcopy Create free account
hub / github.com/analyticswithadam/App_Script / auth

Function auth

EndtoEndAutomatedDecks.js:24–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22project = 'GoogleCloudProjectNameHERE';
23
24function auth() {
25 cache = CacheService.getUserCache();
26 token = ScriptApp.getOAuthToken();
27 cache.put("token", token);
28}
29
30function pullVariables() {
31 var ss = SpreadsheetApp.getActiveSpreadsheet();

Callers 2

formatReportFunction · 0.70
generateReportFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected