(20241226) Zerodha Auth Callback Bug Fix.

This commit is contained in:
2024-12-26 10:02:24 +05:30
parent e89dab117e
commit 2e03a3e0e4
@@ -92,6 +92,12 @@ class ZerodhaKiteAuthTokens(BaseModel):
examples = ["individual/ind_with_nom"]
)
userId: str = Field(
description = "the id of the user as assigned by zerodha",
alias = "user_id",
examples = ["ABC123"]
)
email: str | None = Field(
description = "the email id of the user",
default = None,