| 142 | defaultProvider: str = Field(..., description="ID of the default provider") |
| 143 | |
| 144 | class AuthorizationConfig(BaseModel): |
| 145 | code: str = Field(..., description="Authorization code") |
| 146 | |
| 147 | from api.config import configs, WIKI_AUTH_MODE, WIKI_AUTH_CODE |
| 148 |
nothing calls this directly
no outgoing calls
no test coverage detected