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

Function complete

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

Source from the content-addressed store, hash-verified

232 it("falls back to `site` for the regional domain and defaults to null", async () => {
233 const received: Array<{ callbackDomain: string | null }> = [];
234 const complete = (params: { callbackDomain: string | null }) => {
235 received.push(params);
236 return Effect.succeed({
237 kind: "oauth2" as const,
238 accessTokenSecretId: "s",
239 refreshTokenSecretId: null,
240 });
241 };
242 // `site` is the full-origin variant; used only when `domain` is absent.
243 await Effect.runPromise(
244 runOAuthCallback<GoogleAuth, never, never>({

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected