fix:oauth2

This commit is contained in:
abhi
2024-12-08 18:37:54 +05:30
committed by abhi1992002
parent 3344b7f51e
commit 023c5b9a17

View File

@@ -217,6 +217,7 @@ class OAuthState(BaseModel):
token: str
provider: str
expires_at: int
code_verifier: Optional[str] = None
"""Unix timestamp (seconds) indicating when this OAuth state expires"""
scopes: list[str]