//! Registry credential data shapes (the wire/storage form, not the store impl).
//!
//! Lifted into `zlayer-types` so cross-crate consumers can name these
//! without depending on `zlayer-secrets`. The store impl
//! (`RegistryCredentialStore`) stays in `zlayer-secrets` and consumes these
//! types from here.
use ;
/// Docker/OCI registry credential metadata.
///
/// The actual password/token is stored separately as a secret in the
/// `registry_credentials` scope, keyed by [`id`](RegistryCredential::id).
/// Authentication method for a registry credential.