Hello, I set up collection-level OAuth2 authentification with bearer token. This works well but I would like to log the decoded token to the console in a pre-request script in order to facilitate debugging claims issues etc. No issue decoding a token, however, I can’t seem to access it.
pm.request.auth is undefined since authentication is inherited, the various headers related properties/methods as well since, again, I don’t set any headers manually.