property splatnet3_scraper.auth.Token.is_valid : bool

A very rudimentary check to see if the token is valid. This is not a guarantee that the token is valid, but it is a good indicator that it is for most cases. It checks if the token is not None and if it is not an empty string. This usually means that the token is valid, but it is not a guarantee. This is also here in case a future version of the API requires a different check to determine if a token is valid.

Returns:

bool – True if the token is valid (not None and not an empty string) False otherwise.