splatnet3_scraper.auth.TokenManager.get_token(name)

Gets a token from the keychain.

Parameters:
name : str

The name of the token to get.

Raises:

ValueError – If the token is not found in the keychain.

Returns:

Token – The token that was retrieved.