App Token expiration date

Hello,
Is it possible to retreive an App Token expiration date in a dashboard context for example or in a powershell script ?

Thanks by advance.

There really isn’t an API for returning app token information at the moment.

You should be able to decode the app token to retrieve the expiration date out of it: jwt token decode powershell at DuckDuckGo