Molybden API
Loading...
Searching...
No Matches
molybden::AuthenticateAction Class Reference

The BrowserDelegates::onAuthenticate action. More...

#include <browser_delegates.hpp>

Inheritance diagram for molybden::AuthenticateAction:
molybden::Action

Public Member Functions

 AuthenticateAction (std::unique_ptr< rpc::internal::Callback > callback)
 
void authenticate (const std::string &user_name, const std::string &password)
 Authenticate with the given username and password.
 
void cancel ()
 Cancel the authentication request.
 
void prompt ()
 Display a native authentication dialog where the end user can provide username and password.
 
- Public Member Functions inherited from molybden::Action
 Action (std::unique_ptr< rpc::internal::Callback > callback)
 

Additional Inherited Members

- Protected Attributes inherited from molybden::Action
std::unique_ptr< rpc::internal::Callback > callback_
 

Detailed Description


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