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

Method getAuth

packages/server-e2e/src/http.ts:172–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170
171 // ── Probes + model catalog ─────────────────────────────────────────────
172 getAuth(): Promise<AuthSummary> {
173 return this.request<AuthSummary>('GET', '/auth', undefined);
174 }
175 listModels(): Promise<ListModelsResponse> {
176 return this.request('GET', '/models', undefined);
177 }

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected