pub(crate) static DEFAULT_AUTH: OnceLock<Option<String>>Expand description
The credential choir init wrote, found once.
A OnceLock rather than a lookup per call: every command that
reaches the node asks, and the answer is a stat on a path that
cannot change while the process runs.