Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
const
tokenResponse =
98
(body: unknown): TokenHandler =>
99
() =>
100
json(200, body);
101
102
// ---------------------------------------------------------------------------
103
// PKCE
Callers
1
oauth-helpers.test.ts
File · 0.85
Calls
1
json
Function · 0.70
Tested by
no test coverage detected