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

Method authorizationUrl

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

Source from the content-addressed store, hash-verified

1411 }
1412
1413 get authorizationUrl(): string | undefined {
1414 return this._authorizationUrl
1415 }
1416
1417 get clientMetadata(): OAuthClientMetadata {
1418 const metadata: OAuthClientMetadata = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected