How to get AWS cognito refresh token expiry?

Viewed 1789

I have a scenario where I wanted to get expiry of AWS cognito refresh token. I am able to decode and get expiry of ID and access token. I am using AWS python lambda and jose to decode. Can anyone suggest me the way to decode it.

0 Answers
Related