Need access to Absolute Expiry of refresh token in the UI

Hey there @tkiddle welcome back to the community :slight_smile:

The only way I’m aware of retrieving that value is via the Management API get client by id - token_lifetime in particular:

Given that this does require using a Management API access token, you’d want to be sure and proxy this through a backend as outlined in the following FAQ:

Hope this helps!

2 Likes