Skip to content

Instantly share code, notes, and snippets.

@cuongld2
Created March 16, 2020 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cuongld2/842e89692c689fc5916f458a38733c41 to your computer and use it in GitHub Desktop.
Save cuongld2/842e89692c689fc5916f458a38733c41 to your computer and use it in GitHub Desktop.
Token schemas
class Token(BaseModel):
access_token: str
token_type: str
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment