OpenTTD Source 20241224-master-gf74b0cf984
|
Callback interface for requests for passwords in the context of network authentication. More...
#include <network_crypto.h>
Public Member Functions | |
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 71 of file network_crypto.h.
|
pure virtual |
Reply to the request with the given password.
Implemented in NetworkAuthenticationPasswordRequestHandler.