MCPcopy Create free account
hub / github.com/QuantiaAI/helm-agents / getAccessToken

Function getAccessToken

apps/web/src/api/client.ts:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 accessToken = t;
16}
17export function getAccessToken(): string | null {
18 return accessToken;
19}
20
21function authHeaders(extra?: HeadersInit): HeadersInit {
22 return accessToken

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected