Currenty I am using Amplify SDK for using AWS Cognito in the App. After login i am retriving idToken which expires in about 30 min according to the doc. So, every time idToken expires i have to make user login again to retrieve idToken. Is there any way to get refresh idToken without making user to login again every time it expires?
I have looked into this doc but could not figure out what to do. Using Tokens with User Pools