#include <secure_token_store.h>
|
| virtual | ~OAUTH_SECRET_BACKEND ()=default |
| |
| virtual bool | StoreSecret (const wxString &aService, const wxString &aKey, const wxString &aSecret)=0 |
| |
| virtual bool | GetSecret (const wxString &aService, const wxString &aKey, wxString &aSecret) const =0 |
| |
| virtual bool | DeleteSecret (const wxString &aService, const wxString &aKey)=0 |
| |
Definition at line 42 of file secure_token_store.h.
◆ ~OAUTH_SECRET_BACKEND()
| virtual OAUTH_SECRET_BACKEND::~OAUTH_SECRET_BACKEND |
( |
| ) |
|
|
virtualdefault |
◆ DeleteSecret()
| virtual bool OAUTH_SECRET_BACKEND::DeleteSecret |
( |
const wxString & | aService, |
|
|
const wxString & | aKey ) |
|
pure virtual |
◆ GetSecret()
| virtual bool OAUTH_SECRET_BACKEND::GetSecret |
( |
const wxString & | aService, |
|
|
const wxString & | aKey, |
|
|
wxString & | aSecret ) const |
|
pure virtual |
◆ StoreSecret()
| virtual bool OAUTH_SECRET_BACKEND::StoreSecret |
( |
const wxString & | aService, |
|
|
const wxString & | aKey, |
|
|
const wxString & | aSecret ) |
|
pure virtual |
The documentation for this class was generated from the following file: