Source code for poiesis.api.auth.providers.auth
"""Base class for authentication providers."""
from abc import abstractmethod
from typing import Any
"""Base class for authentication providers."""
from abc import abstractmethod
from typing import Any