pub type SharedAuthProvider = Arc<dyn AuthProvider>;Available on crate feature
sink-http 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 */ }