1libssh2_userauth_authenticated(3)libssh2 manuallibssh2_userauth_authenticated(3)
2
3
4
6 libssh2_userauth_authenticated - return authentication status
7
9 #include <libssh2.h>
10
11 int libssh2_userauth_authenticated(LIBSSH2_SESSION *session);
12
13
15 session - Session instance as returned by libssh2_session_init_ex(3)
16
17 Indicates whether or not the named session has been successfully
18 authenticated.
19
20
22 Returns 1 if authenticated and 0 if not.
23
24
26 libssh2_session_init_ex(3)
27
28
29
30libssh2 0.15 1 Jun 2007 libssh2_userauth_authenticated(3)