Files
jupyterhub/docs/source/api/auth.rst
2016-01-20 15:36:24 +01:00

22 lines
306 B
ReStructuredText

==============
Authenticators
==============
Module: :mod:`jupyterhub.auth`
==============================
.. automodule:: jupyterhub.auth
.. currentmodule:: jupyterhub.auth
.. autoclass:: Authenticator
:members:
.. autoclass:: LocalAuthenticator
:members:
.. autoclass:: PAMAuthenticator