mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 18:14:10 +00:00
41 lines
575 B
Markdown
41 lines
575 B
Markdown
# Services Authentication
|
|
|
|
## Module: {mod}`jupyterhub.services.auth`
|
|
|
|
```{eval-rst}
|
|
.. automodule:: jupyterhub.services.auth
|
|
```
|
|
|
|
### {class}`HubAuth`
|
|
|
|
```{eval-rst}
|
|
.. autoconfigurable:: HubAuth
|
|
:members:
|
|
```
|
|
|
|
### {class}`HubOAuth`
|
|
|
|
```{eval-rst}
|
|
.. autoconfigurable:: HubOAuth
|
|
:members:
|
|
```
|
|
|
|
### {class}`HubAuthenticated`
|
|
|
|
```{eval-rst}
|
|
.. autoclass:: HubAuthenticated
|
|
:members:
|
|
```
|
|
|
|
### {class}`HubOAuthenticated`
|
|
|
|
```{eval-rst}
|
|
.. autoclass:: HubOAuthenticated
|
|
```
|
|
|
|
### {class}`HubOAuthCallbackHandler`
|
|
|
|
```{eval-rst}
|
|
.. autoclass:: HubOAuthCallbackHandler
|
|
```
|