Ask a question to get started
Enter to send•Shift+Enter new line
The authenticated user, if any.
This implements the BaseUser protocol from langgraph_sdk.auth.types, which supports both attribute access (e.g. user.identity) and dict-like access (e.g. user["identity"]).
BaseUser
langgraph_sdk.auth.types
user.identity
user["identity"]
user: BaseUser | None = None