This structure keeps the information needed to autheticate the user on a remote machine.
More...
#include <remote-ext.h>
Data Fields | |
int | type |
Type of the authentication required. | |
char * | username |
Zero-terminated string containing the username that has to be used on the remote machine for authentication. | |
char * | password |
Zero-terminated string containing the password that has to be used on the remote machine for authentication. |