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

#include <auth_types.hpp>

Public Member Functions

int to_bits () const noexcept
 
bool any () const noexcept
 

Static Public Member Functions

static AuthMethods from_bits (int bits) 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

◆ from_bits()

SSHPP_INLINE AuthMethods sshpp::AuthMethods::from_bits ( int  bits)
staticnoexcept

◆ to_bits()

SSHPP_INLINE int sshpp::AuthMethods::to_bits ( ) const
noexcept

◆ any()

bool sshpp::AuthMethods::any ( ) const
inlinenoexcept

Member Data Documentation

◆ none

bool sshpp::AuthMethods::none = false

◆ password

bool sshpp::AuthMethods::password = false

◆ public_key

bool sshpp::AuthMethods::public_key = false

◆ host_based

bool sshpp::AuthMethods::host_based = false

◆ interactive

bool sshpp::AuthMethods::interactive = false

◆ gssapi_mic

bool sshpp::AuthMethods::gssapi_mic = false

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