MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / AuthorizationConfig

Class AuthorizationConfig

api/api.py:144–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 defaultProvider: str = Field(..., description="ID of the default provider")
143
144class AuthorizationConfig(BaseModel):
145 code: str = Field(..., description="Authorization code")
146
147from api.config import configs, WIKI_AUTH_MODE, WIKI_AUTH_CODE
148

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected