Callback interface for client implementations to provide the handling of the password requests.
More...
#include <network_crypto.h>
|
| std::string | password |
| | The entered password.
|
Callback interface for client implementations to provide the handling of the password requests.
Definition at line 85 of file network_crypto.h.
◆ AskUserForPassword()
Callback to trigger asking the user for the password.
- Parameters
-
| request | The request to the user, to which it can reply with the password. |
Implemented in ClientGamePasswordRequestHandler.
◆ Reply()
| void NetworkAuthenticationPasswordRequestHandler::Reply |
( |
const std::string & | password | ) |
|
|
overridevirtual |
◆ SendResponse()
| virtual void NetworkAuthenticationPasswordRequestHandler::SendResponse |
( |
| ) |
|
|
pure virtual |
◆ X25519PAKEClientHandler
◆ password
| std::string NetworkAuthenticationPasswordRequestHandler::password |
|
protected |
The documentation for this class was generated from the following files: