async coqui.Coqui.login(token: str) bool

Login with the provided API token and validate it. If validation is successful, saves the authentication state for future usage of this instance.

Parameters:
token: str

API token to use for authentication.