|
Molybden
|
The BrowserDelegates::onAuthenticate action arguments. More...
#include <browser_delegates.hpp>
Public Attributes | |
| std::shared_ptr< Browser > | browser |
| The browser instance initiated this callback. | |
| std::string | url |
| The address of a resource requesting authentication. | |
| std::string | scheme |
| The authentication scheme such as "basic" or "digest". | |
| HostPort | host_port |
| The host-port pair identifying the resource requesting authentication. | |
| bool | is_proxy |
| Indicates if the authentication request is issued by a proxy server. | |
The BrowserDelegates::onAuthenticate action arguments.
| std::string molybden::AuthenticateArgs::scheme |
The authentication scheme such as "basic" or "digest".
The scheme can be empty when the authentication request is issued by an FTP server. The scheme is encoded in ASCII.