cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

libssh2_userauth_authenticated.3 (529B)


      1.TH libssh2_userauth_authenticated 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
      2.SH NAME
      3libssh2_userauth_authenticated - return authentication status
      4.SH SYNOPSIS
      5.nf
      6#include <libssh2.h>
      7
      8int
      9libssh2_userauth_authenticated(LIBSSH2_SESSION *session);
     10.fi
     11.SH DESCRIPTION
     12\fIsession\fP - Session instance as returned by
     13.BR libssh2_session_init_ex(3)
     14
     15Indicates whether or not the named session has been successfully authenticated.
     16.SH RETURN VALUE
     17Returns 1 if authenticated and 0 if not.
     18.SH SEE ALSO
     19.BR libssh2_session_init_ex(3)