//! [`EgressIdentity`] — which identity mechanism an egress call presents.
use ;
/// Which identity mechanism an `Http`/`Grpc` egress call presents to its
/// target, decided statically when the [`crate::CapabilityGrant`] is
/// authored — never resolved dynamically at call time. See ADR-002
/// (agent-to-agent identity via edge-a2ac) and ADR-003 (control-plane and
/// M2M identity via SST) for what each variant actually wires to; this
/// port only carries the choice.