Runtime context passed to resource read() handlers.
Provides access to per-request information that the framework knows
but the static resource definition does not — most notably the session
identifier (for session-bound / ephemeral resources) and authInfo
(for fine-grained authorization checks beyond requiredScopes).
The argument is optional in handler signatures so existing handlers
that ignore the context continue to compile without changes.
Runtime context passed to resource
read()handlers.Provides access to per-request information that the framework knows but the static resource definition does not — most notably the session identifier (for session-bound / ephemeral resources) and
authInfo(for fine-grained authorization checks beyondrequiredScopes).The argument is optional in handler signatures so existing handlers that ignore the context continue to compile without changes.