How to pass jwt Token explicitly (without assertionFn)

Is there any way to pass jwt token without assertion function as we don’t want to use ajax call.

Please construct the JWT from the webSDK itself instead of making call to the JWT service URL which does the same . Then, pass the JWT as the value for the assertion.