The expires_in property contains a number of seconds until the token will expire. That is the time the token has left. If you track when you obtained the token, you can calculate how much time you have left by determining the time between the current time and the expiration time.