1//! Domain layer for the static `AuthN` resolver plugin. 2 3mod client; 4pub mod service; 5 6pub use service::Service;