pub type AuthGuaranteedDomainMap = HashMap<String, String>;Expand description
解析后的 auth_guaranteed_domain_list —— 原始鉴权域名 → 兜底域名。
对齐 C++ FTAuthImpl::GetRetryDomain():先查 CommConfig
auth_guaranteed_domain_list,没有动态配置时才使用本地 HK fallback。
Aliased Type§
pub struct AuthGuaranteedDomainMap { /* private fields */ }