I have a 0Auth2 refresh token for which I would like to know the expiry time.
Can someone point me to a tool for decoding a refresh token.
I have tried https://jwt.io, while this works for access_tokens, it would not decode the refresh token using any of the available encryption algorithms.