//! Credential storage as a port (ADR-0008).
//!
//! Tokens never go into the application database. They go here, and the concrete
//! backend is the OS keychain wherever one exists.
pub use SecretKey;
pub use MemorySecretStore;
pub use Secret;
pub use SecretStore;