pub fn normalize_required_field(
value: &str,
field: &str,
max_len: usize,
) -> Result<String>Expand description
Normalizes a required string field with a byte-length limit.
ยงErrors
Returns ExternalAuthError when the provider input violates its format, length, or protocol contract.