- property splatnet3_scraper.auth.Token.is_expired : bool
Checks if the token is expired. This is done by comparing the current time to the expiration time of the token. If the current time is greater than the expiration time, the token is expired. This is not a guarantee that the token is expired, but it is a good indicator that it is for most cases.
- Returns:¶
bool – True if the token is expired, False otherwise.