|
Molybden
|
The BrowserDelegates::onAuthenticate action. More...
#include <browser_delegates.hpp>
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_ |
The BrowserDelegates::onAuthenticate action.