Authentication and authorization types for LangGraph.
This module defines the core types used for authentication, authorization, and request handling in LangGraph. It includes user protocols, authentication contexts, and typed dictionaries for various API operations.
Note:
All typing.TypedDict classes use total=False to make all fields typing.Optional by default.