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

Method constructor

src/services/oauth/index.ts:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 null
27
28 constructor() {
29 this.codeVerifier = crypto.generateCodeVerifier()
30 }
31
32 async startOAuthFlow(
33 authURLHandler: (url: string, automaticUrl?: string) => Promise<void>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected