|
33 | 33 | ] |
34 | 34 | }, |
35 | 35 | { |
36 | | - "id": "initiateOauth", |
37 | | - "name": "Initiate OAuth", |
| 36 | + "id": "initiateGdocOauth", |
| 37 | + "name": "Initiate Gdoc OAuth Flow", |
38 | 38 | "description": "Initiates the OAuth flow for Google Docs", |
39 | 39 | "path": "functions/initiateOauth.js", |
40 | 40 | "entryFile": "functions/initiateOauth.ts", |
|
46 | 46 | ] |
47 | 47 | }, |
48 | 48 | { |
49 | | - "id": "completeOauth", |
50 | | - "name": "Complete OAuth", |
| 49 | + "id": "completeGdocOauth", |
| 50 | + "name": "Complete Gdoc OAuth Flow", |
51 | 51 | "description": "Completes the OAuth flow for Google Docs", |
52 | 52 | "path": "functions/completeOauth.js", |
53 | 53 | "entryFile": "functions/completeOauth.ts", |
|
59 | 59 | ] |
60 | 60 | }, |
61 | 61 | { |
62 | | - "id": "disconnect", |
63 | | - "name": "Disconnect", |
64 | | - "description": "Disconnects the Google Docs app", |
| 62 | + "id": "revokeGdocOauthToken", |
| 63 | + "name": "Revoke Gdoc OAuth Token", |
| 64 | + "description": "Revoke token for the Google Docs app to disconnect from the app", |
65 | 65 | "path": "functions/disconnect.js", |
66 | 66 | "entryFile": "functions/disconnect.ts", |
67 | 67 | "allowNetworks": [ |
|
72 | 72 | ] |
73 | 73 | }, |
74 | 74 | { |
75 | | - "id": "checkStatus", |
76 | | - "name": "Check Status", |
77 | | - "description": "Checks the status of the Google Docs app", |
| 75 | + "id": "checkGdocOauthTokenStatus", |
| 76 | + "name": "Check Gdoc OAuth Token Status", |
| 77 | + "description": "Checks the status of the Google Docs OAuth token to see if it is valid", |
78 | 78 | "path": "functions/checkStatus.js", |
79 | 79 | "entryFile": "functions/checkStatus.ts", |
80 | 80 | "allowNetworks": [ |
|
0 commit comments