MCPcopy Create free account
hub / github.com/MatterAIOrg/OrbCode / getAuthUrl

Method getAuthUrl

src/mcp/auth.ts:174–176  ·  view source on GitHub ↗

The authorization URL captured from the last redirect (for TUI display).

()

Source from the content-addressed store, hash-verified

172
173 /** The authorization URL captured from the last redirect (for TUI display). */
174 getAuthUrl(): string | undefined {
175 return this.authUrl
176 }
177
178 /** Called by the callback server when the OAuth redirect lands. */
179 resolveCode(code: string): void {

Callers 1

authenticateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected