Molybden API
Loading...
Searching...
No Matches
molybden::AuthenticateArgs Struct Reference

The BrowserDelegates::onAuthenticate action arguments. More...

#include <browser_delegates.hpp>

Public Attributes

std::shared_ptr< Browserbrowser
 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.
 

Detailed Description

The BrowserDelegates::onAuthenticate action arguments.

Member Data Documentation

◆ scheme

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.


The documentation for this struct was generated from the following file: