Skip to main content

SharedAuth

Type Alias SharedAuth 

Source
pub type SharedAuth = Arc<dyn AuthSession>;
Expand description

Arc<dyn AuthSession> — the shape stored inside the client.

Aliased Type§

pub struct SharedAuth { /* private fields */ }