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

Class TokenRefreshConfig

src/core/models.py:228–234  ·  view source on GitHub ↗

Protocol ST refresh configuration

Source from the content-addressed store, hash-verified

226
227
228class TokenRefreshConfig(BaseModel):
229 """Protocol ST refresh configuration"""
230
231 id: int = 1
232 enabled: bool = True
233 refresh_interval_minutes: int = 120
234 updated_at: Optional[datetime] = None
235
236
237# OpenAI Compatible Request Models

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected