MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / requestAuth

Function requestAuth

packages/oauth/test/oauth.test.ts:143–147  ·  view source on GitHub ↗
(
  config: OAuthFlowConfig = flowConfig(),
)

Source from the content-addressed store, hash-verified

141}
142
143function requestAuth(
144 config: OAuthFlowConfig = flowConfig(),
145): ReturnType<typeof requestDeviceAuthorization> {
146 return requestDeviceAuthorization(config, { deviceHeaders: TEST_DEVICE_HEADERS });
147}
148
149function pollToken(
150 config: OAuthFlowConfig,

Callers 1

oauth.test.tsFile · 0.85

Calls 2

flowConfigFunction · 0.85

Tested by

no test coverage detected