Reputation: 665
I get idtoken, access and refresh tokens lifetimes, what is the final lifetime input in Tokens refers to?
Upvotes: 1
Views: 88
Reputation: 15629
It is the sliding window lifetime to your refresh token. After this time period elapses the user is forced to re-authenticate, irrespective of the validity period of the most recent refresh token acquired by the app.
Reference:
Upvotes: 2