20#ifndef KIPLATFORM_SECRETS_H_
21#define KIPLATFORM_SECRETS_H_
30 bool StoreSecret(
const wxString& aService,
const wxString& aKey,
const wxString& aSecret );
32 bool GetSecret(
const wxString& aService,
const wxString& aKey, wxString& aSecret );
34 bool DeleteSecret(
const wxString& aService,
const wxString& aKey );