This website requires JavaScript.
Explore
Help
Sign In
pi3c
/
test_api
Watch
1
Star
0
Fork
You've already forked test_api
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
35bb1c5fb5
test_api
/
test_api
/
schemas
/
token_schema.py
7 lines
105 B
Python
Raw
Blame
History
from
pydantic
import
BaseModel
class
TokenSchema
(
BaseModel
)
:
access_token
:
str
token_type
:
str
Reference in New Issue
View Git Blame
Copy Permalink