Do not have access to variables once http-request lua.jwtverify is run in haproxy.cfg

According to the limited sources out there. Once http-request lua.jwtverify is used to verify the jwt. I should be able to access vairables like txn.oauth.scope or another source calls the variable txn.oauth_scopes. I have tried both and they don’t seem to be present. Kindly point me to a correct resource. I am trying to route to backend based on access in scope claim in the jwt. Thanks in advance for your help!