5#ifndef MOLYBDEN_HTTP_AUTH_PREFS_HPP
6#define MOLYBDEN_HTTP_AUTH_PREFS_HPP
25 virtual std::shared_ptr<Network>
network() = 0;
The HTTP authorization preferences.
Definition http_auth_prefs.hpp:18
virtual std::string serverWhitelist()=0
Returns the server HTTP authorization whitelist as a string with comma/semicolon separated server URL...
virtual void setServerWhitelist(const std::string &server_whitelist)=0
Configures the server HTTP authorization whitelist.
virtual void setDelegateWhitelist(const std::string &delegate_whitelist)=0
Configures the HTTP network delegate authorization whitelist.
virtual std::shared_ptr< Network > network()=0
The network of these authorization preferences.
virtual std::string delegateWhitelist()=0
Returns the HTTP network delegate authorization whitelist as a string with comma/semicolon separated ...