This commit is contained in:
roma-dxunvrs
2025-11-30 12:38:46 +03:00
commit 27466a255f
17 changed files with 250 additions and 0 deletions

5
app/schemas/token.py Normal file
View File

@@ -0,0 +1,5 @@
from pydantic import BaseModel
class TokenInfo(BaseModel):
access_token: str
token_type: str