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

NAME

6       libssh2_userauth_authenticated - return authentication status
7

SYNOPSIS

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

DESCRIPTION

15       session - Session instance as returned by libssh2_session_init_ex(3)
16
17       Indicates  whether  or  not the named session has been successfully au‐
18       thenticated.
19

RETURN VALUE

21       Returns 1 if authenticated and 0 if not.
22

SEE ALSO

24       libssh2_session_init_ex(3)
25
26
27
28libssh2 0.15                      1 Jun 2007 libssh2_userauth_authenticated(3)
Impressum