pub fn match_line(provider_id: &str, line: &str) -> Option<AuthPatternMatch>Expand description
Try every pattern for the given provider against a single line of
captured output. Returns the FIRST match found — patterns are
listed by descending specificity in patterns_for(provider_id).