authtype_t 88 cygnal/libnet/sshclient.h void setAuthType(authtype_t type) { _authtype = type; }; authtype_t 89 cygnal/libnet/sshclient.h authtype_t getAuthType() { return _authtype; }; authtype_t 119 cygnal/libnet/sshclient.h authtype_t _authtype;