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

Method constructor

src/services/mcp/xaa.ts:79–83  ·  view source on GitHub ↗
(message: string, shouldClearIdToken: boolean)

Source from the content-addressed store, hash-verified

77export class XaaTokenExchangeError extends Error {
78 readonly shouldClearIdToken: boolean
79 constructor(message: string, shouldClearIdToken: boolean) {
80 super(message)
81 this.name = 'XaaTokenExchangeError'
82 this.shouldClearIdToken = shouldClearIdToken
83 }
84}
85
86// Matches quoted values for known token-bearing keys regardless of nesting

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected