//! Plugin API trait for `AuthZ` resolver implementations.
use async_trait;
use crateAuthZResolverError;
use crate;
/// Plugin API trait for `AuthZ` resolver implementations.
///
/// Each plugin registers this trait with a scoped `ClientHub` entry
/// using its GTS instance ID as the scope.