|
OpenTTD Source 20260311-master-g511d3794ce
|
Callback interface for requests for passwords in the context of network authentication. More...
#include <network_crypto.h>
Public Member Functions | |
| virtual | ~NetworkAuthenticationPasswordRequest ()=default |
| Ensure the destructor of the sub classes are called as well. | |
| virtual void | Reply (const std::string &password)=0 |
| Reply to the request with the given password. | |
Callback interface for requests for passwords in the context of network authentication.
Definition at line 72 of file network_crypto.h.
|
pure virtual |
Reply to the request with the given password.
| password | The requested password from the user. |
Implemented in NetworkAuthenticationPasswordRequestHandler.