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

The BrowserDelegates::onSavePassword action. More...

#include <browser_delegates.hpp>

Inheritance diagram for molybden::SavePasswordAction:
molybden::Action

Public Member Functions

 SavePasswordAction (std::unique_ptr< rpc::internal::Callback > callback)
 
void save ()
 Save the password credentials in the password store.
 
void neverSave ()
 Associate the password credentials with the current web page and remember it as "never-saved".
 
void cancel ()
 Cancel the save password credentials request.
 
void prompt ()
 Display the native prompt dialog where the end user can decide whether the password credentials should be saved in the password store and auto-filled in the future on this web page.
 
- 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

Member Function Documentation

◆ neverSave()

void molybden::SavePasswordAction::neverSave ( )

Associate the password credentials with the current web page and remember it as "never-saved".

Do not ask whether to save the password credentials on this web page in the future.


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