api_24sea.abc#

Abstract base class for authentication mixin.

Classes#

AuthABC

Abstract base class for authentication mixin.

Module Contents#

class AuthABC#

Abstract base class for authentication mixin.

property authenticated: bool#

Whether the client is authenticated

property permissions_overview: pandas.DataFrame | None#

Get the permissions overview DataFrame.

authenticate(username: str, password: str, permissions_overview: pandas.DataFrame | None = None)#

Meta for authenticate method