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

Function tokenResponse

packages/core/sdk/src/oauth-helpers.test.ts:98–100  ·  view source on GitHub ↗
(body: unknown)

Source from the content-addressed store, hash-verified

96
97const tokenResponse =
98 (body: unknown): TokenHandler =>
99 () =>
100 json(200, body);
101
102// ---------------------------------------------------------------------------
103// PKCE

Callers 1

Calls 1

jsonFunction · 0.70

Tested by

no test coverage detected