Update AuthContext

This commit is contained in:
William Fu-Hinthorn
2024-12-17 11:46:30 -08:00
parent b6c3a0d0fd
commit bcb11640a5
2 changed files with 5 additions and 2 deletions
@@ -23,5 +23,8 @@
::: langgraph_sdk.auth.types.FilterType
handler: python
::: langgraph_sdk.auth.types.AuthContext
handler: python
::: langgraph_sdk.auth.exceptions
handler: python
+2 -2
View File
@@ -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."""