pub type AuthValidator<C> = Arc<dyn Fn(Uuid, Option<&str>, &[C]) -> Result<(), AuthError> + Send + Sync>;Expand description
Auth validation callback invoked during the initial handshake.
Aliased Typeยง
pub struct AuthValidator<C> { /* private fields */ }