MCPcopy Create free account
hub / github.com/Noumena-Network/code / formatAuthTokenSourceLabel

Function formatAuthTokenSourceLabel

src/utils/statusNoticeDefinitions.tsx:52–54  ·  view source on GitHub ↗
(source: string)

Source from the content-addressed store, hash-verified

50}
51
52function formatAuthTokenSourceLabel(source: string): string {
53 return source === 'claude.ai' ? 'managed_oauth' : source;
54}
55
56function getApiKeySourceResolution(source: string, directApiKeyEnvName: string): string {
57 if (

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected