pub type AuthVerifyFn = dyn Fn(AuthVerifyKind, String) -> bool + Send + Sync;
Expand description

Type signature for a dynamic on_verify function