Type Definition sn_api::AuthAllowPrompt

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