pub type LoginFn = Arc<dyn Fn() -> Result<(), Box<dyn Error>> + Send + Sync>;Expand description
Callback type for running an interactive login flow. The CLI layer provides this since it requires browser + HTTP.
Aliased Typeยง
pub struct LoginFn { /* private fields */ }