Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abdibrahem
/
ai-agent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f8328ff
ai-agent
/
schemas
/
auth.py
abdibrahem
Add authorization to the project
4339866
about 1 month ago
raw
Copy download link
history
blame
Safe
189 Bytes
from
pydantic
import
BaseModel
class
Token
(
BaseModel
):
access_token:
str
token_type:
str
class
TokenData
(
BaseModel
):
username:
str
|
None
=
None
user_id:
str
|
None
=
None