mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 10:34:10 +00:00
34 lines
487 B
Markdown
34 lines
487 B
Markdown
# Authenticators
|
|
|
|
## Module: {mod}`jupyterhub.auth`
|
|
|
|
```{eval-rst}
|
|
.. automodule:: jupyterhub.auth
|
|
```
|
|
|
|
### {class}`Authenticator`
|
|
|
|
```{eval-rst}
|
|
.. autoconfigurable:: Authenticator
|
|
:members:
|
|
```
|
|
|
|
### {class}`LocalAuthenticator`
|
|
|
|
```{eval-rst}
|
|
.. autoconfigurable:: LocalAuthenticator
|
|
:members:
|
|
```
|
|
|
|
### {class}`PAMAuthenticator`
|
|
|
|
```{eval-rst}
|
|
.. autoconfigurable:: PAMAuthenticator
|
|
```
|
|
|
|
### {class}`DummyAuthenticator`
|
|
|
|
```{eval-rst}
|
|
.. autoconfigurable:: DummyAuthenticator
|
|
```
|