pub type Strategy = Box<dyn Fn(AuthInput) -> Pin<Box<dyn Future<Output = Result<Identity, AuthError>> + Send>> + Send + Sync>;
pub struct Strategy(/* private fields */);