DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
SshAuthCtx Struct Reference

Public Attributes

SshPasswordCb pw_cb = nullptr
 
SshPubkeyCb pk_cb = nullptr
 

Detailed Description

Definition at line 23 of file ssh_auth.cpp.

Member Data Documentation

◆ pw_cb

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().

◆ pk_cb

SshPubkeyCb SshAuthCtx::pk_cb = nullptr

Definition at line 26 of file ssh_auth.cpp.

Referenced by ssh_auth_set_pubkey_cb().


The documentation for this struct was generated from the following file: