MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / complete

Function complete

packages/core/api/src/oauth-popup.test.ts:245–252  ·  view source on GitHub ↗
(params: { callbackDomain: string | null })

Source from the content-addressed store, hash-verified

243 it("falls back to `site` for the regional domain and defaults to null", async () => {
244 const received: Array<{ callbackDomain: string | null }> = [];
245 const complete = (params: { callbackDomain: string | null }) => {
246 received.push(params);
247 return Effect.succeed({
248 kind: "oauth2" as const,
249 accessTokenSecretId: "s",
250 refreshTokenSecretId: null,
251 });
252 };
253 // `site` is the full-origin variant; used only when `domain` is absent.
254 await Effect.runPromise(
255 runOAuthCallback<GoogleAuth, never, never>({

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected