mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
13 lines
311 B
ReStructuredText
13 lines
311 B
ReStructuredText
Auth
|
|
====
|
|
|
|
Here is the *auth* interface definition in order to implement a new
|
|
authentication backend. It is composed by two classes.
|
|
|
|
.. autoclass:: burpui.misc.auth.interface.BUIhandler
|
|
:members:
|
|
:inherited-members:
|
|
|
|
.. autoclass:: burpui.misc.auth.interface.BUIuser
|
|
:members:
|
|
:inherited-members:
|