pub type ApiKeyGetter = Arc<dyn for<'a> Fn(&'a AuthContext, &'a PluginRequest) -> Pin<Box<dyn Future<Output = Result<Option<String>, OpenAuthError>> + Send + 'a>> + Send + Sync>;
pub struct ApiKeyGetter { /* private fields */ }