//! `AuthN` Resolver Module
//!
//! This module discovers `AuthN` resolver plugins via types-registry
//! and routes authentication calls to the selected plugin based on vendor configuration.
//!
//! Provides the `AuthNResolverClient` trait registered
//! in `ClientHub` for consumption by other modules.