KiCad PCB EDA Suite
|
Functions | |
bool | StoreSecret (const wxString &aService, const wxString &aKey, const wxString &aSecret) |
bool | GetSecret (const wxString &aService, const wxString &aKey, wxString &aSecret) |
Variables | |
static const SecretSchema | schema |
bool KIPLATFORM::SECRETS::GetSecret | ( | const wxString & | aService, |
const wxString & | aKey, | ||
wxString & | aSecret | ||
) |
Definition at line 62 of file unix/secrets.cpp.
References schema.
Referenced by PANEL_GIT_REPOS::TransferDataToWindow().
bool KIPLATFORM::SECRETS::StoreSecret | ( | const wxString & | aService, |
const wxString & | aKey, | ||
const wxString & | aSecret | ||
) |
Definition at line 38 of file unix/secrets.cpp.
References schema.
Referenced by PANEL_GIT_REPOS::TransferDataFromWindow().
|
static |
Definition at line 28 of file unix/secrets.cpp.
Referenced by GetSecret(), and StoreSecret().