What I meant was, if you used event-based functions, you’d get Identity data (verified by Netlify) in the event.body.payload
object. You’re right, in background functions, you don’t have access to context.clientContext
. So if you need to access that data, you might have to rely on event based functions.