xentara-plugin v2.0.3
The Xentara Plugin Framework
Loading...
Searching...
No Matches
xentara::security::HttpConfig Member List

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::HttpConfigstatic
HttpConfig()xentara::security::HttpConfig
load(utils::json::decoder::Value &value, config::Context &context) -> voidxentara::security::HttpConfig
realm() const noexcept -> std::string_viewxentara::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) -> voidxentara::security::HttpConfig
setScheme(std::string scheme) -> voidxentara::security::HttpConfig
setSchemes(std::vector< std::string > schemes) -> voidxentara::security::HttpConfig
setScope(Oauth2Scope scope) -> voidxentara::security::HttpConfig