AuthAllowPrompt

Type Alias AuthAllowPrompt 

Source
pub type AuthAllowPrompt = dyn Fn(AuthReq) -> Option<bool> + Send + Sync;