|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Public Attributes | |
| SshPasswordCb | pw_cb = nullptr |
| SshPubkeyCb | pk_cb = nullptr |
Definition at line 23 of file ssh_auth.cpp.
| SshPasswordCb SshAuthCtx::pw_cb = nullptr |
Definition at line 25 of file ssh_auth.cpp.
Referenced by ssh_auth_handle_request(), and ssh_auth_set_password_cb().
| SshPubkeyCb SshAuthCtx::pk_cb = nullptr |
Definition at line 26 of file ssh_auth.cpp.
Referenced by ssh_auth_set_pubkey_cb().