pub type AsyncAuthHandler = Pin<Box<dyn Future<Output = AuthFrameworkResult<()>> + Send>>;
pub struct AsyncAuthHandler { /* private fields */ }