Skip to main content

AuthStore

Type Alias AuthStore 

Source
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 */ }