KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PLATFORM_SECRET_BACKEND Class Reference

#include <secure_token_store.h>

Inheritance diagram for PLATFORM_SECRET_BACKEND:
OAUTH_SECRET_BACKEND

Public Member Functions

bool StoreSecret (const wxString &aService, const wxString &aKey, const wxString &aSecret) override
 
bool GetSecret (const wxString &aService, const wxString &aKey, wxString &aSecret) const override
 
bool DeleteSecret (const wxString &aService, const wxString &aKey) override
 

Detailed Description

Definition at line 55 of file secure_token_store.h.

Member Function Documentation

◆ DeleteSecret()

bool PLATFORM_SECRET_BACKEND::DeleteSecret ( const wxString & aService,
const wxString & aKey )
overridevirtual

Implements OAUTH_SECRET_BACKEND.

Definition at line 67 of file secure_token_store.cpp.

References KIPLATFORM::SECRETS::DeleteSecret().

◆ GetSecret()

bool PLATFORM_SECRET_BACKEND::GetSecret ( const wxString & aService,
const wxString & aKey,
wxString & aSecret ) const
overridevirtual

Implements OAUTH_SECRET_BACKEND.

Definition at line 60 of file secure_token_store.cpp.

References KIPLATFORM::SECRETS::GetSecret().

◆ StoreSecret()

bool PLATFORM_SECRET_BACKEND::StoreSecret ( const wxString & aService,
const wxString & aKey,
const wxString & aSecret )
overridevirtual

Implements OAUTH_SECRET_BACKEND.

Definition at line 53 of file secure_token_store.cpp.

References KIPLATFORM::SECRETS::StoreSecret().


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