pub fn parse_allowed_domains(raw: Option<&str>) -> Result<Vec<String>>Expand description
Parses a stored allow-list JSON string into domain entries.
ยงErrors
Returns ExternalAuthError when the provider input violates its format, length, or protocol contract.