//! 认证设置接口与认证模式(对标 libs/server/Auth/Settings/AuthenticationSettings.cs)
use Arc;
use crate::;
/// 认证模式
///
/// libs/server/Auth/Settings/AuthenticationSettings.cs:GarnetAuthenticationMode
/// 认证器装配上下文(对标 C# CreateAuthenticator(storeWrapper) 自
/// StoreWrapper 提取 accessControlList 的面;rust 会话域尚未在
/// StoreWrapper 挂载 ACL,缺省以 None 传入由各设置自行裁决)
/// 认证设置
///
/// libs/server/Auth/Settings/AuthenticationSettings.cs:IAuthenticationSettings