1libssh2_userauth_authenticated(3)libssh2 manuallibssh2_userauth_authenticated(3)
2
3
4

NAME

6       libssh2_userauth_authenticated - return authentication status
7

SYNOPSIS

9       #include <libssh2.h>
10
11       int libssh2_userauth_authenticated(LIBSSH2_SESSION *session);
12
13

DESCRIPTION

15       session - Session instance as returned by libssh2_session_init(3)
16
17       Indicates  whether  or  not  the  named  session  has been successfully
18       authenticated.
19
20

RETURN VALUE

22       Returns 1 if authenticated and 0 if not.
23
24

SEE ALSO

26       libssh2_session_init(3)
27
28
29
30libssh2 0.15                      1 Jun 2007 libssh2_userauth_authenticated(3)
Impressum