#include <auth_types.hpp>
|
| int | to_bits () const noexcept |
| |
| bool | any () const noexcept |
| |
◆ 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 |
◆ 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: