//! Secrets and credential injection policies for your organization.
//!
//! A secret is a write-only named value scoped to your organization: once
//! set, its value can never be read back. A credential injection policy is a
//! set of immutable rules that inject secret values into HTTPS requests a
//! Sailbox sends to matching hosts, so workloads can call authenticated APIs
//! without ever holding the credential. A Sailbox has at most one attached
//! policy, managed through
//! [`Sailbox::set_credential_policy`](crate::Sailbox::set_credential_policy).
//!
//! Entry point: [`Client::credentials`](crate::Client::credentials).
pub
pub