MCPcopy Create free account
hub / github.com/codeaashu/claude-code / codeVerifier

Method codeVerifier

src/services/mcp/auth.ts:1951–1958  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1949 }
1950
1951 async codeVerifier(): Promise<string> {
1952 if (!this._codeVerifier) {
1953 logMCPDebug(this.serverName, `No code verifier saved`)
1954 throw new Error('No code verifier saved')
1955 }
1956 logMCPDebug(this.serverName, `Returning code verifier`)
1957 return this._codeVerifier
1958 }
1959
1960 async invalidateCredentials(
1961 scope: 'all' | 'client' | 'tokens' | 'verifier' | 'discovery',

Callers

nothing calls this directly

Calls 1

logMCPDebugFunction · 0.85

Tested by

no test coverage detected