MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / handleAuthCallback

Method handleAuthCallback

packages/cloud/src/CloudService.ts:244–252  ·  view source on GitHub ↗
(
		code: string | null,
		state: string | null,
		organizationId?: string | null,
		providerModel?: string | null,
	)

Source from the content-addressed store, hash-verified

242 }
243
244 public async handleAuthCallback(
245 code: string | null,
246 state: string | null,
247 organizationId?: string | null,
248 providerModel?: string | null,
249 ): Promise<void> {
250 this.ensureInitialized()
251 return this.authService!.handleCallback(code, state, organizationId, providerModel)
252 }
253
254 public async switchOrganization(organizationId: string | null): Promise<void> {
255 this.ensureInitialized()

Callers 2

webviewMessageHandlerFunction · 0.80

Calls 2

ensureInitializedMethod · 0.95
handleCallbackMethod · 0.65

Tested by

no test coverage detected