refactor: improve variable naming and add comments for clarity in models and services
Test / test (push) Successful in 15s
Test / test (push) Successful in 15s
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ class TokenPayload(BaseModel):
|
||||
class TokenResponse(BaseModel):
|
||||
access_token: str
|
||||
refresh_token: str
|
||||
token_type: str = "bearer"
|
||||
token_type: str = "bearer" # noqa: S105 -- OAuth2 spec default value
|
||||
expires_in: int
|
||||
refresh_expires_in: int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user