MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getZooCodeToken

Function getZooCodeToken

src/services/zoo-code-auth.ts:98–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96}
97
98export async function getZooCodeToken(): Promise<string | undefined> {
99 if (!secretStorage) return undefined
100 return secretStorage.get(ZOO_CODE_TOKEN_KEY)
101}
102
103export async function setZooCodeToken(token: string): Promise<void> {
104 if (!secretStorage) return

Callers 3

verifyZooCodeTokenFunction · 0.85
isZooCodeAuthenticatedFunction · 0.85
disconnectZooCodeFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected