MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / rotateServerToken

Function rotateServerToken

apps/desktop/src/main/settings.ts:52–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 * the new token.
51 */
52export const rotateServerToken = (): string => rotateLocalAuthToken();
53
54export const getServerProfiles = (): string | null => store.get("serverProfiles") ?? null;
55

Callers 1

registerIpcHandlersFunction · 0.90

Calls 1

rotateLocalAuthTokenFunction · 0.90

Tested by

no test coverage detected