pub fn collect_authorizers(
provider: &ServiceProvider,
) -> Option<Arc<AuthorizerSet>>Expand description
Result from collecting IDynamicAuthorizer instances from DI.
None means no authorizers are registered (pass-through mode).
pub fn collect_authorizers(
provider: &ServiceProvider,
) -> Option<Arc<AuthorizerSet>>Result from collecting IDynamicAuthorizer instances from DI.
None means no authorizers are registered (pass-through mode).