api_24sea.abc ============= .. py:module:: api_24sea.abc .. autoapi-nested-parse:: Abstract base class for authentication mixin. Classes ------- .. autoapisummary:: api_24sea.abc.AuthABC Module Contents --------------- .. py:class:: AuthABC Abstract base class for authentication mixin. .. py:property:: authenticated :type: bool Whether the client is authenticated .. py:property:: permissions_overview :type: Optional[pandas.DataFrame] Get the permissions overview DataFrame. .. py:method:: authenticate(username: str, password: str, permissions_overview: Optional[pandas.DataFrame] = None) Meta for authenticate method