mdvtools.auth.shibboleth_provider#
Attributes#
Classes#
Helper class that provides a standard way to create an ABC using |
Module Contents#
- class mdvtools.auth.shibboleth_provider.ShibbolethProvider(app)[source]#
Bases:
mdvtools.auth.auth_provider.AuthProvider
Helper class that provides a standard way to create an ABC using inheritance.
- get_user(token: dict | None = None) dict | None [source]#
Fetches the user profile using the provided token.