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

Function pollToken

packages/oauth/test/oauth.test.ts:149–154  ·  view source on GitHub ↗
(
  config: OAuthFlowConfig,
  deviceCode: string,
)

Source from the content-addressed store, hash-verified

147}
148
149function pollToken(
150 config: OAuthFlowConfig,
151 deviceCode: string,
152): ReturnType<typeof pollDeviceToken> {
153 return pollDeviceToken(config, deviceCode, { deviceHeaders: TEST_DEVICE_HEADERS });
154}
155
156function refreshToken(
157 config: OAuthFlowConfig,

Callers 1

oauth.test.tsFile · 0.85

Calls 1

pollDeviceTokenFunction · 0.90

Tested by

no test coverage detected