Hello,
When a user calls an action that is backed by a Typescript V1 function, is it possible to access the meta data of the calling user?
Specifically, I want to access their session information so I can pass it along to the External System (Console App OSDK) that my function is reaching out to so that it uses the same Auth context all the way throughout the action call.
Thanks!