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

Function auth

YOuTube Comment Code with Likes.js:62–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62function auth() {
63 cache = CacheService.getUserCache();
64 token = ScriptApp.getOAuthToken();
65 cache.put("token", token);
66}
67
68function formatReport() {
69 auth();

Callers 1

formatReportFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected