pub type LiveCredentials = Arc<RwLock<HashMap<String, Credential>>>;
Shared live credentials map — can be written to without restarting the proxy.
pub struct LiveCredentials { /* private fields */ }