MCPcopy Create free account
hub / github.com/freecodexyz/free-code / saveCodeVerifier

Method saveCodeVerifier

src/services/mcp/auth.ts:1946–1949  ·  view source on GitHub ↗
(codeVerifier: string)

Source from the content-addressed store, hash-verified

1944 }
1945
1946 async saveCodeVerifier(codeVerifier: string): Promise<void> {
1947 logMCPDebug(this.serverName, `Saving code verifier`)
1948 this._codeVerifier = codeVerifier
1949 }
1950
1951 async codeVerifier(): Promise<string> {
1952 if (!this._codeVerifier) {

Callers

nothing calls this directly

Calls 1

logMCPDebugFunction · 0.85

Tested by

no test coverage detected