MCPcopy Index your code
hub / github.com/openai/codex-plugin-cc / buildAuthStatus

Function buildAuthStatus

plugins/codex/scripts/lib/codex.mjs:780–792  ·  view source on GitHub ↗
(fields = {})

Source from the content-addressed store, hash-verified

778}
779
780function buildAuthStatus(fields = {}) {
781 return {
782 available: true,
783 loggedIn: false,
784 detail: "not authenticated",
785 source: "unknown",
786 authMethod: null,
787 verified: null,
788 requiresOpenaiAuth: null,
789 provider: null,
790 ...fields
791 };
792}
793
794function resolveProviderConfig(configResponse) {
795 const config = configResponse?.config;

Callers 3

buildAppServerAuthStatusFunction · 0.85
getCodexAuthStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected