Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Testys
/
snapfeast.ai
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f1fbb28
snapfeast.ai
/
auth
/
responses.py
Testys
Commit all 3 files seperately
998e17b
verified
6 months ago
raw
Copy download link
history
blame
Safe
159 Bytes
from
pydantic
import
BaseModel
class
TokenResponse
(
BaseModel
):
access_token:
str
refresh_token:
str
token_type:
str
=
"Bearer"
expires_in:
int