Skip to content

Commit 839a4b0

Browse files
feat: Auth agents auth check URL
1 parent 71f068c commit 839a4b0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 91
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-4f5307643555b7917e8681b1966ae0b99f770cf59805e2f917ec7528edf11ba8.yml
3-
openapi_spec_hash: 873a9aa3a88b6cec1ad94f848eeb1c45
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-fc2c80b398a8dd511010ae7cda5e21c353e388ee130aa288974b47af4208b5b8.yml
3+
openapi_spec_hash: 5e06586dbbb9fce12b907f4e32497006
44
config_hash: 20337f7888852c165d099faa7589c90a

src/kernel/types/agents/auth_agent.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,9 @@ class AuthAgent(BaseModel):
5252

5353
last_auth_check_at: Optional[datetime] = None
5454
"""When the last authentication check was performed"""
55+
56+
post_login_url: Optional[str] = None
57+
"""URL where the browser landed after successful login.
58+
59+
Query parameters and fragments are stripped for privacy.
60+
"""

0 commit comments

Comments
 (0)