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