mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-10 19:57:52 +02:00
Update AuthContext
This commit is contained in:
@@ -23,5 +23,8 @@
|
||||
::: langgraph_sdk.auth.types.FilterType
|
||||
handler: python
|
||||
|
||||
::: langgraph_sdk.auth.types.AuthContext
|
||||
handler: python
|
||||
|
||||
::: langgraph_sdk.auth.exceptions
|
||||
handler: python
|
||||
@@ -274,8 +274,8 @@ class BaseAuthContext:
|
||||
authorization decisions.
|
||||
"""
|
||||
|
||||
scopes: Sequence[str]
|
||||
"""The scopes granted to the authenticated user."""
|
||||
permissions: Sequence[str]
|
||||
"""The permissions granted to the authenticated user."""
|
||||
|
||||
user: BaseUser
|
||||
"""The authenticated user."""
|
||||
|
||||
Reference in New Issue
Block a user