coqui.Coqui.login_sync(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.

Note: This is an automatically