Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ValueCell-ai/ClawX
/ set
Method
set
electron/services/secrets/secret-store.ts:6–6 ·
view source on GitHub ↗
(secret: ProviderSecret)
Source
from the content-addressed store, hash-verified
4
export
interface
SecretStore {
5
get(accountId: string): Promise<ProviderSecret | null>;
6
set(secret: ProviderSecret): Promise<void>;
7
delete(accountId: string): Promise<void>;
8
}
9
Callers
15
listPendingPairingRequests
Function · 0.65
discoverBundledPluginManifests
Function · 0.65
discoverBundledPlugins
Function · 0.65
createAuthorizationFlow
Function · 0.65
getChannelBindingMap
Function · 0.65
buildSnapshotFromConfig
Function · 0.65
setSetting
Function · 0.65
importSettings
Function · 0.65
startWeChatLoginSession
Function · 0.65
waitForWeChatLoginSession
Function · 0.65
onSuccess
Method · 0.65
storeApiKey
Function · 0.65
Implementers
1
ElectronStoreSecretStore
electron/services/secrets/secret-store
Calls
no outgoing calls
Tested by
4
captureHandlers
Function · 0.52
findDuplicateKeys
Function · 0.52
on
Method · 0.52
once
Function · 0.52