MCPcopy
hub / github.com/remotely-save/remotely-save / OAuth2Info

Interface OAuth2Info

src/main.ts:159–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157};
158
159interface OAuth2Info {
160 verifier?: string;
161 helperModal?: Modal;
162 authDiv?: HTMLElement;
163 revokeDiv?: HTMLElement;
164 revokeAuthSetting?: Setting;
165}
166
167const iconNameSyncWait = `remotely-save-sync-wait`;
168const iconNameSyncRunning = `remotely-save-sync-running`;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected