Skip to content

Commit bacb44f

Browse files
feat: Persist CUA-TS reauth blockers before failure
Stainless-Generated-From: 207ec8076e1bcc7c24257506b0d58a18837505bb
1 parent 5ae6c3e commit bacb44f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/kernel/types/auth/managed_auth.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ class ManagedAuth(BaseModel):
369369
"requires_totp_without_secret",
370370
"requires_sms_code",
371371
"requires_email_code",
372+
"requires_customer_input",
372373
]
373374
] = None
374375
"""
@@ -401,6 +402,8 @@ class ManagedAuth(BaseModel):
401402
automatically
402403
- `requires_email_code` — flow needs an email code that cannot be received
403404
automatically
405+
- `requires_customer_input` — flow needs another field or choice that is
406+
unavailable during unattended re-authentication
404407
"""
405408

406409
choices: Optional[List[Choice]] = None

0 commit comments

Comments
 (0)