Skip to main content

SharedAuthProvider

Type Alias SharedAuthProvider 

Source
pub type SharedAuthProvider = Arc<dyn AuthProvider>;
Available on crate features source-elasticsearch and source-rest only.
Expand description

A shared AuthProvider handle. Cloning it shares the one live provider (and its single token cache) across connectors.

Aliased Typeยง

pub struct SharedAuthProvider { /* private fields */ }