Molybden API
|
The BrowserDelegates::onUpdatePassword action. More...
#include <browser_delegates.hpp>
Public Member Functions | |
UpdatePasswordAction (std::unique_ptr< rpc::internal::Callback > callback) | |
void | update () |
Update the password credentials in the password store. | |
void | cancel () |
Cancel the update password credentials request. | |
void | prompt () |
Display the native prompt dialog where the end user can decide whether the password credentials should be updated in the password store. | |
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::onUpdatePassword action.