libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
sshpp::server::AuthMethodSet Struct Reference

#include <server_session.hpp>

Public Member Functions

int to_bits () const noexcept
 

Public Attributes

bool none = false
 
bool password = false
 
bool public_key = false
 
bool host_based = false
 
bool interactive = false
 
bool gssapi_mic = false
 

Member Function Documentation

◆ to_bits()

SSHPP_INLINE int sshpp::server::AuthMethodSet::to_bits ( ) const
noexcept

Member Data Documentation

◆ none

bool sshpp::server::AuthMethodSet::none = false

◆ password

bool sshpp::server::AuthMethodSet::password = false

◆ public_key

bool sshpp::server::AuthMethodSet::public_key = false

◆ host_based

bool sshpp::server::AuthMethodSet::host_based = false

◆ interactive

bool sshpp::server::AuthMethodSet::interactive = false

◆ gssapi_mic

bool sshpp::server::AuthMethodSet::gssapi_mic = false

The documentation for this struct was generated from the following files: