Authentication

class linkzone.client.authentication.Authentication[source]

Bases: BaseAPIClient[Dict[str, str]]

Class for authentication requests

ERROR_MSG_PASSWORD_REQUIRED = 'A not empty string must be provided as a password'
login(password: str) Dict[str, any][source]

Login method :params password: Password for login :returns: Token when login is correct and error when is not