Skip to main content

ApiKeyGetter

Type Alias ApiKeyGetter 

Source
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>;

Aliased Typeยง

pub struct ApiKeyGetter { /* private fields */ }