Async context type accepted by run(..., { identity }).
run(..., { identity })
Apps usually pass a built r.asyncContext(...).configSchema(...).build() accessor whose value shape may include tenantId, userId, and roles, alongside any other app-owned identity fields.
r.asyncContext(...).configSchema(...).build()
tenantId
userId
roles
Async context type accepted by
run(..., { identity }).Apps usually pass a built
r.asyncContext(...).configSchema(...).build()accessor whose value shape may includetenantId,userId, androles, alongside any other app-owned identity fields.