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

Function rotateServerToken

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

Source from the content-addressed store, hash-verified

40 * the new token.
41 */
42export const rotateServerToken = (): string => rotateLocalAuthToken();
43
44export const getServerProfiles = (): string | null => store.get("serverProfiles") ?? null;
45

Callers 1

registerIpcHandlersFunction · 0.90

Calls 1

rotateLocalAuthTokenFunction · 0.90

Tested by

no test coverage detected