(20241226) Zerodha Auth Callback Bug Fix.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user