| 683 | |
| 684 | |
| 685 | class TokenRefreshConfigRequest(BaseModel): |
| 686 | enabled: Optional[bool] = None |
| 687 | refresh_interval_minutes: Optional[int] = None |
| 688 | |
| 689 | |
| 690 | # ========== Auth Middleware ========== |
nothing calls this directly
no outgoing calls
no test coverage detected