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ยง
- Secure
Storage Secret Provider - A
SecretProviderbacked bySecureStorage.