- property splatnet3_scraper.auth.Token.time_left_str : str
A string representation of the time left before the token expires. If the token is expired, “Expired” will be returned. This is not a guarantee that the token is expired, but it is a good indicator that it is for most cases. If the time left is greater than 100,000 hours, “basically forever” will be returned. If you have a python session running for that long, you have bigger problems than a token expiring.
- Returns:¶
str – A string representation of the time left before the token expires.