Libssh2 userauth authenticated
From Libssh2
int libssh2_userauth_authenticated(LIBSSH2_SESSION *session);
[edit]
About
Indicates whether or not the named session has been successfully authenticated.
[edit]
Parameters
- session
- Session instance as returned by libssh2_session_init().
[edit]
Returns
- If Authenticated: 1
- If Not Authenticated: 0
