auth_provider
Classes
Helper class that provides a standard way to create an ABC using |
Module Contents
- class auth_provider.AuthProvider[source]
Bases:
abc.ABC
Helper class that provides a standard way to create an ABC using inheritance.
- abstractmethod get_user(token: dict) dict | None [source]
Fetches the user profile using the provided token.