Namelibssh2_userauth_authenticated - return authentication status Synopsis#include <libssh2.h> int libssh2_userauth_authenticated(LIBSSH2_SESSION *session); Descriptionsession - Session instance as returned by libssh2_session_init_ex Indicates whether or not the named session has been successfully authenticated. Return valueReturns 1 if authenticated and 0 if not. See alsoThis HTML page was made with roffit. |
|