Module secrets

Module secrets 

Source
Expand description

Secret (API key) retrieval backed by secure storage.

Pure abstractions (SecretKey, SecretProvider, NullSecretProvider) live in gestura-core-foundation::secrets and are re-exported from the crate root.

This module adds the SecureStorageSecretProvider implementation that depends on SecureStorage (OS keychain).

Structsยง

SecureStorageSecretProvider
A SecretProvider backed by SecureStorage.