pub type AuthStore = BTreeMap<String, Credential>;Expand description
The auth store: providerId -> Credential. Mirrors upstream
Record<providerId, Credential>.
Aliased Type§
pub struct AuthStore { /* private fields */ }pub type AuthStore = BTreeMap<String, Credential>;The auth store: providerId -> Credential. Mirrors upstream
Record<providerId, Credential>.
pub struct AuthStore { /* private fields */ }