pub type AuthHook = Arc<dyn Fn(&AuthContext<'_>) -> Authorization>;
pub struct AuthHook { /* private fields */ }