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

Method saveClientInformation

src/mcp/auth.ts:122–125  ·  view source on GitHub ↗
(info: OAuthClientInformationMixed)

Source from the content-addressed store, hash-verified

120 }
121
122 saveClientInformation(info: OAuthClientInformationMixed): void {
123 this.store.clientInformation = info
124 writeAuthStore(this.serverName, this.store)
125 }
126
127 tokens(): OAuthTokens | undefined {
128 return this.store.tokens

Callers

nothing calls this directly

Calls 1

writeAuthStoreFunction · 0.85

Tested by

no test coverage detected