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.
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.