|
xentara-plugin v2.0.7
The Xentara Plugin Framework
|
This is the complete list of members for xentara::security::HttpConfig, including all inherited members.
| checkRealmString(std::string_view string) -> utils::eh::expected< void, std::string_view > | xentara::security::HttpConfig | static |
| HttpConfig() | xentara::security::HttpConfig | |
| load(utils::json::decoder::Value &value, config::Context &context) -> void | xentara::security::HttpConfig | |
| realm() const noexcept -> std::string_view | xentara::security::HttpConfig | |
| schemes() const noexcept -> std::span< const std::string > | xentara::security::HttpConfig | |
| scope() const noexcept -> const Oauth2Scope & | xentara::security::HttpConfig | |
| setRealm(std::string realm) -> void | xentara::security::HttpConfig | |
| setScheme(std::string scheme) -> void | xentara::security::HttpConfig | |
| setSchemes(std::vector< std::string > schemes) -> void | xentara::security::HttpConfig | |
| setScope(Oauth2Scope scope) -> void | xentara::security::HttpConfig |