Skip to main content

DynAuthProvider

Type Alias DynAuthProvider 

Source
pub type DynAuthProvider = Arc<dyn AuthProvider>;
Expand description

A type-erased, cheaply cloneable auth provider.

Aliased Typeยง

pub struct DynAuthProvider { /* private fields */ }