extract the Expiration from header after a tRestClient call using tExtractJSONFields
I have a trestclient that has the Bearer token whose expiry is being returned back in the header of the call. I don't know how to extract the same. Please help
Take a look at this post and try the Java code on tJavaRow to get the header information, once you have access to the header information, you can extract the relevant data from it. Let me know if you have any questions.