MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / TokenRefreshConfigRequest

Class TokenRefreshConfigRequest

src/api/admin.py:685–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683
684
685class TokenRefreshConfigRequest(BaseModel):
686 enabled: Optional[bool] = None
687 refresh_interval_minutes: Optional[int] = None
688
689
690# ========== Auth Middleware ==========

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected