Hi, Here is my use case.
I am creating a token using a flow hook and storing it in the cache. I have to validate whether the token is expired or not when API is called. If the token is expired I need to invoke the flow hook to generate a token and store in the cache.
Can you please help me with this ?
Thanks in advnace !!