MCPcopy Create free account
hub / github.com/MatterAIOrg/OrbCode / saveTokens

Method saveTokens

src/mcp/auth.ts:131–134  ·  view source on GitHub ↗
(tokens: OAuthTokens)

Source from the content-addressed store, hash-verified

129 }
130
131 saveTokens(tokens: OAuthTokens): void {
132 this.store.tokens = tokens
133 writeAuthStore(this.serverName, this.store)
134 }
135
136 saveCodeVerifier(verifier: string): void {
137 this.store.codeVerifier = verifier

Callers

nothing calls this directly

Calls 1

writeAuthStoreFunction · 0.85

Tested by

no test coverage detected