Skip to main content

LiveCredentials

Type Alias LiveCredentials 

Source
pub type LiveCredentials = Arc<RwLock<HashMap<String, OAuthCredential>>>;
Expand description

Shared live credentials map — can be written to without restarting the proxy.

Aliased Type§

pub struct LiveCredentials { /* private fields */ }