Type Definition safe_api::AuthAllowPrompt[][src]

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