Authenticate deferred Network Service for Message Filter Extenstion

I am implementing a custom SMS filter using the IdentityLookup framework. My goal is to authenticate the network requests made via context.deferQueryRequestToNetwork using a user-specific JWT token generated in the containing (main) app after a successful login.

Authenticate deferred Network Service for Message Filter Extenstion
 
 
Q